1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Include PipX firmware in packaging

This commit is contained in:
James Cotton 2012-06-07 11:29:27 -05:00
parent 9b7a8dc15f
commit 3546e7fd6c

View File

@ -30,10 +30,11 @@ CLEAN_FLIGHT := YES
endif
# Set up targets
FW_TARGETS := $(addprefix fw_, coptercontrol)
FW_TARGETS_TOOLS := $(addprefix fw_, coptercontrol)
BL_TARGETS := $(addprefix bl_, coptercontrol)
BU_TARGETS := $(addprefix bu_, coptercontrol)
ALL_BOARDS := coptercontrol pipxtreme
FW_TARGETS := $(addprefix fw_, $(ALL_BOARDS))
FW_TARGETS_TOOLS := $(addprefix fw_, $(ALL_BOARDS))
BL_TARGETS := $(addprefix bl_, $(ALL_BOARDS))
BU_TARGETS := $(addprefix bu_, $(ALL_BOARDS))
help:
@echo