summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-11-22 16:54:17 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-27 23:27:29 +0000
commit3e8ef1028dc92d2f06f20e7f80db70002ba84841 (patch)
tree9ac25cc48cd414d2f2b41eed511168f965c55326 /Makefile
parentd492f01bf16e28cc55e64462e98ba7c99b1bb336 (diff)
downloadcoreboot-3e8ef1028dc92d2f06f20e7f80db70002ba84841.tar.gz
coreboot-3e8ef1028dc92d2f06f20e7f80db70002ba84841.tar.bz2
coreboot-3e8ef1028dc92d2f06f20e7f80db70002ba84841.zip
util/kconfig: Move coreboot specific changes into Makefile.inc
This eases maintenance of our kconfig fork. Change-Id: Ia4bc0bf22e66457356b9f8fcbea9412792495bca Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37151 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3f959264943..41a9b3afa428 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ help_coreboot help::
# This include must come _before_ the pattern rules below!
# Order _does_ matter for pattern rules.
-include $(srck)/Makefile
+include $(srck)/Makefile.inc
# Three cases where we don't need fully populated $(obj) lists:
# 1. when no .config exists