small update, allow CONFIG_MK to be pre-defined
before inclusion
This commit is contained in:
parent
08a91fd0c6
commit
beece1bf39
|
@ -28,7 +28,9 @@
|
||||||
|
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
|
|
||||||
|
ifndef CONFIG_MK
|
||||||
CONFIG_MK := config.mk
|
CONFIG_MK := config.mk
|
||||||
|
endif
|
||||||
|
|
||||||
# If no configuration sub-makefile is present, or if `setup' is the target
|
# If no configuration sub-makefile is present, or if `setup' is the target
|
||||||
# to be built, run the auto-detection rules to figure out which
|
# to be built, run the auto-detection rules to figure out which
|
||||||
|
|
Loading…
Reference in New Issue