Merge pull request #11198 from SteveCEvans/sce_rc2
[betaflight.git] / src / main / target / OMNINXT / target.mk
blobeb0448f4a5101b16f3ff33795309a12078f61aa5
1 ifeq ($(TARGET), OMNINXT4)
2 F405_TARGETS += $(TARGET)
3 else
4 ifeq ($(TARGET), OMNINXT7)
5 F7X2RE_TARGETS += $(TARGET)
6 else
7 # Nothing to do for generic target
8 endif
9 endif
11 FEATURES += VCP ONBOARDFLASH
13 # XXX Remove fake drivers for final production
14 TARGET_SRC = \
15 drivers/accgyro/accgyro_fake.c \
16 drivers/accgyro/accgyro_mpu6500.c \
17 drivers/accgyro/accgyro_spi_icm20689.c \
18 drivers/accgyro/accgyro_spi_mpu6000.c \
19 drivers/accgyro/accgyro_spi_mpu6500.c \
20 drivers/accgyro/accgyro_spi_mpu9250.c \
21 drivers/barometer/barometer_lps.c \
22 drivers/barometer/barometer_bmp085.c \
23 drivers/barometer/barometer_bmp280.c \
24 drivers/barometer/barometer_ms5611.c \
25 drivers/compass/compass_hmc5883l.c \
26 drivers/compass/compass_lis3mdl.c \
27 drivers/max7456.c