From a48ca841a2f2a24d53cc47d54453d60d15cbfadc Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 4 Apr 2015 01:58:28 +0200 Subject: kconfig: drop intermittend forwarder files With kconfig understanding wildcards, we don't need Kconfig files that just include other Kconfig files anymore. Change-Id: I7584e675f78fcb4ff1fdb0731e340533c5bc040d Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/9298 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/Kconfig | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/cpu/Kconfig') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index f6f064767f..c8dc136d38 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -2,17 +2,7 @@ # The if controls how the evaluation occurs. # (See also src/Kconfig) -source src/cpu/allwinner/Kconfig -source src/cpu/armltd/Kconfig -source src/cpu/ti/Kconfig - -source src/cpu/amd/Kconfig -source src/cpu/dmp/Kconfig -source src/cpu/intel/Kconfig -source src/cpu/mips/Kconfig -source src/cpu/via/Kconfig -source src/cpu/qemu-x86/Kconfig -source src/cpu/x86/Kconfig +source "src/cpu/*/Kconfig" if ARCH_X86 -- cgit v1.2.3