blob: cc246eb44d77642088c6d64f4f103af628526196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(CONFIG_SOC_INTEL_METEORLAKE),y)
bootblock-y += bootblock/bootblock.c
bootblock-y += bootblock/ioe_die.c
bootblock-y += bootblock/report_platform.c
bootblock-y += bootblock/soc_die.c
CPPFLAGS_common += -I$(src)/soc/intel/meteorlake
CPPFLAGS_common += -I$(src)/soc/intel/meteorlake/include
endif
|