diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-11 14:57:36 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-30 18:55:32 +0200 |
commit | ed56499ab145dc3dec1ee65693fe4b5d2f4a973f (patch) | |
tree | 84029598955d7ccb68ef365a7b0ccbda0d516567 /util/kconfig/Makefile | |
parent | 1b4d39428eac80bc76713b1f21a2c85e8900c1b8 (diff) | |
download | coreboot-ed56499ab145dc3dec1ee65693fe4b5d2f4a973f.tar.gz coreboot-ed56499ab145dc3dec1ee65693fe4b5d2f4a973f.tar.bz2 coreboot-ed56499ab145dc3dec1ee65693fe4b5d2f4a973f.zip |
libpayload: Drop duplicate copy of Kconfig
It's perfectly fine to have one single copy of kconfig in the tree.
Change-Id: Icfe32f0249dfc1c223009d6e7136462f8f8a7248
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10521
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/kconfig/Makefile')
-rw-r--r-- | util/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index 6c301a99d7eb..eb9e38cc68ee 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -16,7 +16,7 @@ ifeq ($(_OS),MINGW32) regex-objs=regex.o endif -Kconfig := src/Kconfig +Kconfig ?= src/Kconfig xconfig: $(objk)/qconf $< $(Kconfig) |