small update, allow CONFIG_MK to be pre-defined

before inclusion
david-pic-changes
David Turner 25 years ago
parent 08a91fd0c6
commit beece1bf39
  1. 2
      builds/toplevel.mk

@ -28,7 +28,9 @@
.PHONY: setup
ifndef CONFIG_MK
CONFIG_MK := config.mk
endif
# 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

Loading…
Cancel
Save