When the .config file is missing, supply a default one
and run menuconfig
This commit is contained in:
parent
1323c940fd
commit
aba75460e4
6
Makefile
6
Makefile
@ -159,6 +159,12 @@ $(TOPDIR)include/config.h:
|
|||||||
make oldconfig; \
|
make oldconfig; \
|
||||||
fi;
|
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:
|
menuconfig:
|
||||||
mkdir -p $(TOPDIR)include/config
|
mkdir -p $(TOPDIR)include/config
|
||||||
$(MAKE) -C scripts/lxdialog all
|
$(MAKE) -C scripts/lxdialog all
|
||||||
|
Loading…
Reference in New Issue
Block a user