1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1302 Fix other targets

This commit is contained in:
Alessio Morale 2014-04-13 12:38:07 +02:00
parent 5d637fab87
commit 132aa83dff
4 changed files with 10 additions and 0 deletions

View File

@ -48,9 +48,13 @@ OPTMODULES += Osd/osdoutput
#OPTMODULES += Altitude
#OPTMODULES += Fault
SRC += $(FLIGHTLIB)/notification.c
# Include all camera options
CDEFS += -DUSE_INPUT_LPF -DUSE_GIMBAL_LPF -DUSE_GIMBAL_FF
# Erase flash firmware should be buildable from command line
ifeq ($(ERASE_FLASH), YES)
CDEFS += -DERASE_FLASH

View File

@ -37,6 +37,8 @@ MODULES += Telemetry
OPTMODULES =
SRC += $(FLIGHTLIB)/notification.c
# Some diagnostics
CDEFS += -DDIAG_TASKS

View File

@ -50,6 +50,8 @@ MODULES += Osd/osdoutout
MODULES += Logging
MODULES += Telemetry
SRC += $(FLIGHTLIB)/notification.c
OPTMODULES += ComUsbBridge
# Include all camera options

View File

@ -45,6 +45,8 @@ MODULES += Airspeed
MODULES += AltitudeHold
#MODULES += OveroSync
SRC += $(FLIGHTLIB)/notification.c
# Paths
OPSYSTEM = .
BOARDINC = ..