blob: cc37b6fd0021492eb2df880f108e14c568a7b1cf (
plain)
1
2
3
4
5
6
7
8
|
ifeq ($(CONFIG_SOC_INTEL_ALDERLAKE),y)
bootblock-y += bootblock/bootblock.c
bootblock-y += bootblock/cpu.c
bootblock-y += bootblock/pch.c
bootblock-y += bootblock/report_platform.c
CPPFLAGS_common += -I$(src)/soc/intel/alderlake
CPPFLAGS_common += -I$(src)/soc/intel/alderlake/include
endif
|