Skip to content

Commit

Permalink
zephyr/Makefile: Revert prj.conf construction rule to the previous st…
Browse files Browse the repository at this point in the history
…ate.

CONF_FILE can be overriden, e.g. for minimal build, and we don't construct
such overriden conf file like we do for prj_merged.conf.
  • Loading branch information
Paul Sokolovsky committed Jul 9, 2017
1 parent 0291a62 commit bfa68ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zephyr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ CLEAN_EXTRA = outdir
z_clean:
$(MAKE) -f Makefile.zephyr BOARD=$(BOARD) clean

$(CONF_FILE): prj_base.conf prj_$(BOARD).conf
# This rule is for prj_$(BOARD)_merged.conf, not $(CONF_FILE), which
# can be overriden
prj_$(BOARD)_merged.conf: prj_base.conf prj_$(BOARD).conf
$(PYTHON) makeprj.py prj_base.conf prj_$(BOARD).conf $@

test:
Expand Down

0 comments on commit bfa68ef

Please sign in to comment.