aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-26 13:52:53 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-26 13:52:53 +0200
commit3f623e81a1cd2132003323c370fcaa4de78dd7dc (patch)
tree29240bf2e26ebe34036319753ad38b3451ecb4bd /Makefile
parentdd8e22e5665729aee192eb131949a8b29a4c3e08 (diff)
downloadlinux-conf-perf-3f623e81a1cd2132003323c370fcaa4de78dd7dc.tar.gz
linux-conf-perf-3f623e81a1cd2132003323c370fcaa4de78dd7dc.tar.bz2
linux-conf-perf-3f623e81a1cd2132003323c370fcaa4de78dd7dc.zip
Add buildroot default .config
On first execution of buildroot targets from root Makefile is now placed nondefault .config file. This new configuration is default configuration except of initram setting.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 66d49ab..4c7eed8 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ help:
@echo "clean_linux - Executes 'make clean' in linux folder."
@echo "clean_buildroot - Executes 'make clean' in buildroot folder."
-mbuildroot:
+mbuildroot: scripts/buildroot/.config
$(MAKE) -C scripts/buildroot menuconfig
mlinux:
@@ -82,5 +82,5 @@ $(BUILDROOT_INITRAM): scripts/buildroot/.config
$(INITRAM): $(BUILDROOT_INITRAM) $${@D}
mv $^ $@
-scripts/buildroot/.config: mbuildroot
- @
+scripts/buildroot/.config:
+ cp $(BUILDROOT_DEF_CONFIG) $@