remove unused vector.[ch]
[protos/imu.git] / Makefile
index ade8bae..4ab55ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,14 @@ SRC += i2cm_sw.c
 SRC += imu.c
 SRC += mpu6050.c
 SRC += MadgwickAHRS.c
-SRC += i2c_helper.c
 SRC += byteordering.c
 SRC += fat.c
 SRC += sd_main.c
 SRC += partition.c
 SRC += sd_raw.c
+SRC += gps_venus.c
+SRC += sd_log.c
+SRC += i2c_protocol.c
 
 
 CFLAGS += -W -Wall -Werror