From e2783daa84e16873c4ca2a4aa99e08420d7bd287 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 22 Oct 2021 23:54:53 +0200 Subject: cpu/x86: Introduce `CPU_X86_CACHE_HELPER` There's no need for relative paths with Kconfig options. Change-Id: Ib9b9b29a158c34a30480aaabf6d0b23819d28427 Signed-off-by: Angel Pons Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/44226 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Marshall Dawson --- src/cpu/intel/socket_BGA956/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/socket_BGA956/Makefile.inc') diff --git a/src/cpu/intel/socket_BGA956/Makefile.inc b/src/cpu/intel/socket_BGA956/Makefile.inc index a39798449b..5f92919e17 100644 --- a/src/cpu/intel/socket_BGA956/Makefile.inc +++ b/src/cpu/intel/socket_BGA956/Makefile.inc @@ -1,6 +1,5 @@ subdirs-y += ../model_1067x subdirs-y += ../../x86/lapic -subdirs-y += ../../x86/cache subdirs-y += ../microcode subdirs-y += ../speedstep -- cgit v1.2.3