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

build: force firmwareinfo.c/bin to be regenerated on every build

This commit is contained in:
Stacey Sheldon 2011-05-25 00:27:16 -04:00
parent 4da671fc82
commit 986121d281

View File

@ -112,7 +112,9 @@ endef
# $(2) = boardtype in hex
# $(3) = board revision in hex
define OPFW_TEMPLATE
$(1).firmwareinfo.c: $(1) $(TOP)/make/templates/firmwareinfotemplate.c
FORCE:
$(1).firmwareinfo.c: $(1) $(TOP)/make/templates/firmwareinfotemplate.c FORCE
@echo $(MSG_FWINFO) $$(call toprel, $$@)
$(V1) python $(TOP)/make/scripts/version-info.py \
--path=$(TOP) \