From dee4420318be0e4685d6e9a4a208eceef7e0b21c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 11 Jun 2015 14:33:11 -0700 Subject: libpayload: Rename Config.in -> Kconfig libpayload is the only Kconfig based project under the coreboot umbrella that is using Config.in as its name for Kconfig config files. Rename that to Kconfig as on the other projects for consistency. Change-Id: I1c69ec13582d88409384b492484535dcc5e1ad20 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10520 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- payloads/libpayload/util/kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/libpayload/util') diff --git a/payloads/libpayload/util/kconfig/Makefile b/payloads/libpayload/util/kconfig/Makefile index 5931e28d0c..8d423fccc7 100644 --- a/payloads/libpayload/util/kconfig/Makefile +++ b/payloads/libpayload/util/kconfig/Makefile @@ -10,7 +10,7 @@ ifeq ($(_OS),MINGW32) regex-objs=regex.o endif -Kconfig := Config.in +Kconfig := Kconfig xconfig: prepare $(objk)/qconf $(Q)$(objk)/qconf $(Kconfig) -- cgit v1.2.3