From e04e86916ad2eaddc52839b4c431858b697e23c9 Mon Sep 17 00:00:00 2001 From: stac Date: Tue, 1 Mar 2011 03:56:07 +0000 Subject: [PATCH] makefile: Build .bin files for bootloaders git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2922 ebee16cc-31ac-478f-84a7-5cbb03baadba --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3773c9a74..8f68eac96 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,7 @@ all_fw: $(addsuffix _elf, $(FW_TARGETS)) all_fw_clean: $(addsuffix _clean, $(FW_TARGETS)) .PHONY: all_bw all_bw_clean -all_bl: $(addsuffix _elf, $(BL_TARGETS)) +all_bl: $(addsuffix _bin, $(BL_TARGETS)) all_bl_clean: $(addsuffix _clean, $(BL_TARGETS)) .PHONY: all_flight all_flight_clean @@ -286,7 +286,7 @@ openpilot_clean: $(V1) $(RM) -fr $(BUILD_DIR)/openpilot .PHONY: bl_openpilot -bl_openpilot: bl_openpilot_elf +bl_openpilot: bl_openpilot_bin bl_openpilot_%: $(V1) mkdir -p $(BUILD_DIR)/bl_openpilot/dep @@ -310,7 +310,7 @@ ahrs_clean: $(V1) $(RM) -fr $(BUILD_DIR)/ahrs .PHONY: bl_ahrs -bl_ahrs: bl_ahrs_elf +bl_ahrs: bl_ahrs_bin bl_ahrs_%: $(V1) mkdir -p $(BUILD_DIR)/bl_ahrs/dep @@ -334,7 +334,7 @@ coptercontrol_clean: $(V1) $(RM) -fr $(BUILD_DIR)/coptercontrol .PHONY: bl_coptercontrol -bl_coptercontrol: bl_coptercontrol_elf +bl_coptercontrol: bl_coptercontrol_bin bl_coptercontrol_%: $(V1) mkdir -p $(BUILD_DIR)/bl_coptercontrol/dep @@ -358,7 +358,7 @@ pipxtreme_clean: $(V1) $(RM) -fr $(BUILD_DIR)/pipxtreme .PHONY: bl_pipxtreme -bl_pipxtreme: bl_pipxtreme_elf +bl_pipxtreme: bl_pipxtreme_bin bl_pipxtreme_%: $(V1) mkdir -p $(BUILD_DIR)/bl_pipxtreme/dep