No need to specify c files in target directory, these are automatically included by Makefile

This commit is contained in:
blckmn 2016-06-15 08:30:40 +10:00
parent 251b3d7e3c
commit b55f43d497
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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