X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.libcommon;h=061400f1bc86255ae75eb3a87c59c48ae6ddf736;hb=385b6cb52621965ad0e70818bd2cfd63fd063499;hp=4e5b06516785ae37b23901174d6f088794c47522;hpb=5ce31f22fe4ea2e7a35d9e4ea6cf3cbcd5e8ab2a;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index 4e5b065..061400f 100644 --- a/SConscript.libcommon +++ b/SConscript.libcommon @@ -10,6 +10,7 @@ source_files_rs = [ 'src/common/port.rs', 'src/common/gpio.rs', 'src/common/i2c.rs', + 'src/common/spi.rs', 'src/common/uart.rs', 'src/common/watchdog.rs', 'src/common/crc32.rs', @@ -21,6 +22,7 @@ source_files_rs = [ 'src/common/gps.rs', 'src/common/fmt.rs', 'src/common/time.rs', + 'src/common/mx25l.rs', ] source_files_c = [