备份新仓库
This commit is contained in:
+15
-3
@@ -6,15 +6,27 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../BSP/at24cxx.c \
|
||||
../BSP/pmw3901.c
|
||||
../BSP/bmp280.c \
|
||||
../BSP/mpu6500.c \
|
||||
../BSP/pmw3901.c \
|
||||
../BSP/qmc5883l.c \
|
||||
../BSP/si24r1.c
|
||||
|
||||
OBJS += \
|
||||
./BSP/at24cxx.o \
|
||||
./BSP/pmw3901.o
|
||||
./BSP/bmp280.o \
|
||||
./BSP/mpu6500.o \
|
||||
./BSP/pmw3901.o \
|
||||
./BSP/qmc5883l.o \
|
||||
./BSP/si24r1.o
|
||||
|
||||
C_DEPS += \
|
||||
./BSP/at24cxx.d \
|
||||
./BSP/pmw3901.d
|
||||
./BSP/bmp280.d \
|
||||
./BSP/mpu6500.d \
|
||||
./BSP/pmw3901.d \
|
||||
./BSP/qmc5883l.d \
|
||||
./BSP/si24r1.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
||||
Reference in New Issue
Block a user