No need to specify c files in target directory, these are automatically included by Makefile
This commit is contained in:
parent
251b3d7e3c
commit
b55f43d497
|
@ -8,6 +8,5 @@ TARGET_SRC = \
|
|||
drivers/accgyro_mpu6500.c \
|
||||
drivers/accgyro_spi_mpu6500.c \
|
||||
drivers/compass_ak8963.c \
|
||||
hardware_revision.c \
|
||||
drivers/sonar_hcsr04.c
|
||||
|
||||
|
|
|
@ -17,5 +17,4 @@ TARGET_SRC = \
|
|||
drivers/compass_hmc5883l.c \
|
||||
drivers/light_ws2811strip.c \
|
||||
drivers/light_ws2811strip_stm32f10x.c \
|
||||
drivers/sonar_hcsr04.c \
|
||||
hardware_revision.c
|
||||
drivers/sonar_hcsr04.c
|
||||
|
|
Loading…
Reference in New Issue