From a4dfe9ac4e46f2c516ba87f60de369161aea908b Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Tue, 6 Sep 2011 15:46:21 +0300 Subject: [PATCH] packaging: do not build not yet supported targets for package (save time) --- package/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/Makefile b/package/Makefile index 0a197844a..5598be8c3 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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