diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -99,9 +99,12 @@ distclean_buildroot: ####################################### -.conf.mk: conf.py +.conf.mk: conf.py .target scripts/confmk.py +.target: + $(error Please select target by writing it to .target file) + parse_kconfig: @if [ `$(MAKE) -C scripts/parse_kconfig/ -q; echo $$?` != "0" ]; then \ $(MAKE) -C scripts/parse_kconfig/; fi |