1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

packaging: do not build not yet supported targets for package (save time)

This commit is contained in:
Oleg Semyonov 2011-09-06 15:46:21 +03:00
parent a8ef57c6d6
commit a4dfe9ac4e

View File

@ -29,11 +29,11 @@ CLEAN_GROUND := YES
CLEAN_FLIGHT := YES
endif
# Set up targets (PPM target seems to be broken at the moment)
FW_TARGETS := $(addprefix fw_, ahrs pipxtreme coptercontrol openpilot)
# Set up targets
FW_TARGETS := $(addprefix fw_, coptercontrol)
FW_TARGETS_TOOLS := $(addprefix fw_, coptercontrol)
BL_TARGETS := $(addprefix bl_, coptercontrol openpilot ahrs pipxtreme)
BU_TARGETS := $(addprefix bu_, coptercontrol openpilot ahrs pipxtreme)
BL_TARGETS := $(addprefix bl_, coptercontrol)
BU_TARGETS := $(addprefix bu_, coptercontrol)
help:
@echo