aboutsummaryrefslogtreecommitdiff
path: root/zephyr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Makefile')
-rw-r--r--zephyr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/Makefile b/zephyr/Makefile
index d020ab5ce..7d4d6674e 100644
--- a/zephyr/Makefile
+++ b/zephyr/Makefile
@@ -102,5 +102,4 @@ z_clean:
.PHONY: prj.conf
prj.conf: prj_base.conf
- cat $< >$@
- if [ -f prj_$(BOARD).conf ]; then cat prj_$(BOARD).conf >>$@; fi
+ $(PYTHON) makeprj.py prj_base.conf prj_$(BOARD).conf $@