aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-04-18 11:38:23 +0200
committerLorenz Meier <lm@inf.ethz.ch>2015-04-18 11:38:23 +0200
commitf8cf4954942cfb10900d191618aafc1c3da3c751 (patch)
tree7c22e11e5b574a66f2f987e0eb826ef354641684 /makefiles
parente097affd7aea14ffed53d31bdbee0576ae619dd5 (diff)
downloadpx4-firmware-f8cf4954942cfb10900d191618aafc1c3da3c751.tar.gz
px4-firmware-f8cf4954942cfb10900d191618aafc1c3da3c751.tar.bz2
px4-firmware-f8cf4954942cfb10900d191618aafc1c3da3c751.zip
Revert "Added ability for board specific meta data generation"
This reverts commit 9ac350a7d1c5c07a4e4ba7824744930f9110dedc.
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/firmware.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/firmware.mk b/makefiles/firmware.mk
index af3ca249e..4c10de931 100644
--- a/makefiles/firmware.mk
+++ b/makefiles/firmware.mk
@@ -494,7 +494,7 @@ $(filter %.S.o,$(OBJS)): $(WORK_DIR)%.S.o: %.S $(GLOBAL_DEPS)
$(PRODUCT_BUNDLE): $(PRODUCT_BIN)
@$(ECHO) %% Generating $@
ifdef GEN_PARAM_XML
- python $(PX4_BASE)/Tools/px_process_params.py --src-path $(PX4_BASE)/src --board CONFIG_ARCH_BOARD_$(CONFIG_BOARD) --xml
+ python $(PX4_BASE)/Tools/px_process_params.py --src-path $(PX4_BASE)/src --xml
$(Q) $(MKFW) --prototype $(IMAGE_DIR)/$(BOARD).prototype \
--git_identity $(PX4_BASE) \
--parameter_xml $(PRODUCT_PARAMXML) \