mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Maybe one time we'll have subdirs in the config/ directory: find all dependencies for .config.
Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
This commit is contained in:
parent
ab7e22eb20
commit
2cdae6ce02
3
Makefile
3
Makefile
@ -17,7 +17,6 @@ help::
|
||||
@echo
|
||||
|
||||
include $(CT_TOP_DIR)/kconfig/Makefile
|
||||
#include $(CT_TOP_DIR)/samples/Makefile
|
||||
|
||||
help::
|
||||
@echo 'Build targets:'
|
||||
@ -27,7 +26,7 @@ help::
|
||||
|
||||
include $(CT_TOP_DIR)/tools/Makefile
|
||||
|
||||
.config: config/*.in
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user