summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorCyril Jourdan2012-07-03 11:01:42 +0200
committerCyril Jourdan2012-09-20 10:25:49 +0200
commit5e0a6782d207bea6c0825ccd82f893a8449c898e (patch)
tree842288d075e2872a1c001248db5db1ccd24af0ea /cleopatre
parentf877df633f3896ad682f81057f7fe6f9e1395032 (diff)
common/tools/genNVRAM: correct genNVRAM compilation from bundle, closes #3200
At the same time, add management of the dependency file to have the same Makefile in master and eoc.
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cleopatre/Makefile b/cleopatre/Makefile
index ce15e03789..ad5f428c25 100644
--- a/cleopatre/Makefile
+++ b/cleopatre/Makefile
@@ -124,6 +124,7 @@ bundle-standalone:
$(Q)$(MAKE) -C $(LIBMME_PATH) bundle
$(Q)cp -R $(CLEOPATRE_PATH) $(BUNDLE_PATH)
$(Q)cp -R $(COMMON_PATH)/tools/genNVRAM $(BUNDLE_PATH)/tools
+ $(Q)sed -i -e 's/\(BUNDLE_DIR=\)n/\1y/' $(BUNDLE_PATH)/tools/genNVRAM/Makefile
$(Q)echo "Generate PLC binaries..."
$(Q)echo $(BUNDLE_VERSION) > $(CESAR_PRJ_PATH)/version.txt
$(Q)mkdir -p $(BUNDLE_PLCBIN_PATH)