soc/mediatek: Correct value's data type to u8 in dptx
[coreboot2.git] / src / soc / intel / common / pch / Makefile.mk
blobef9044b9a48e4bb93606f163e4fc4a52aae6b4a7
1 ## SPDX-License-Identifier: GPL-2.0-only
2 subdirs-$(CONFIG_SOC_INTEL_COMMON_PCH_BASE) += ./*
3 subdirs-$(CONFIG_SOC_INTEL_COMMON_IBL_BASE) += ./*
5 ifeq ($(CONFIG_SOC_INTEL_COMMON_PCH_BASE),y)
6 CPPFLAGS_common += -I$(src)/soc/intel/common/pch/include/
7 endif
9 ifeq ($(CONFIG_SOC_INTEL_COMMON_IBL_BASE),y)
10 CPPFLAGS_common += -I$(src)/soc/intel/common/pch/include/
11 endif