From 84088853d7e2fd6e8d1de21f8bca34dbf41c4462 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 29 Aug 2024 05:29:31 +0200 Subject: [PATCH] soc/intel/skylake/Makefile: Remove dead code This code is never reached since the hardware uses different SoCs. Besides, mainboard specific code should not be added to SoC code. Change-Id: Id82d5d0b829442c35c093974c06a029259838a9a Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/84127 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/soc/intel/skylake/Makefile.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/soc/intel/skylake/Makefile.mk b/src/soc/intel/skylake/Makefile.mk index 732a98ad6c..6b082ed29e 100644 --- a/src/soc/intel/skylake/Makefile.mk +++ b/src/soc/intel/skylake/Makefile.mk @@ -109,8 +109,4 @@ endif CPPFLAGS_common += -I$(src)/soc/intel/skylake CPPFLAGS_common += -I$(src)/soc/intel/skylake/include -ifeq ($(CONFIG_BOARD_STARLABS_STARBOOK_ADL) $(CONFIG_BOARD_STARLABS_LABTOP_CML) $(CONFIG_BOARD_STARLABS_STARBOOK_TGL) $(CONFIG_BOARD_OCP_TIOGAPASS),y) -CPPFLAGS_common += -I3rdparty/blobs/mainboard/$(MAINBOARDDIR) -endif - endif -- 2.11.4.GIT