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

fixup make combridge an optional module

This commit is contained in:
Stacey Sheldon 2011-12-30 19:43:09 -05:00
parent f886af186d
commit f4f0dab764

View File

@ -65,12 +65,12 @@ endif
FLASH_TOOL = OPENOCD
# List of modules to include
OPTMODULES = CameraStab
OPTMODULES = CameraStab ComUsbBridge
ifeq ($(USE_GPS), YES)
OPTMODULES += GPS
endif
MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP ComUsbBridge
MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP
# Telemetry must be last to grab the optional modules (why?)
MODULES += Telemetry