aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1bba9a..54c4236 100644
--- a/Makefile
+++ b/Makefile
@@ -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