aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f48fa9da3..f86ebedf7 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,12 @@ $(TOPDIR)include/config.h:
make oldconfig; \
fi;
+$(TOPDIR).config:
+ cp $(TOPDIR)sysdeps/$(TARGET_OS)/defconfig $(TOPDIR).config
+ mkdir -p $(TOPDIR)include/config
+ $(MAKE) -C scripts/lxdialog all
+ $(BB_SHELL) scripts/Menuconfig sysdeps/$(TARGET_OS)/config.in
+
menuconfig:
mkdir -p $(TOPDIR)include/config
$(MAKE) -C scripts/lxdialog all