summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4149518..7407997 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,7 @@ help::
@echo 'Execute "make" or "make all" to build all targets marked with [*]'
.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
- @make menuconfig
- @# Because exiting menuconfig without saving is not an error to menuconfig
- @test -f .config
+ @make oldconfig
# Actual build
build: .config