soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / soc / intel / common / block / Makefile.mk
blobab1971f58e6337d31719276ce64ad27b16ff21c8
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK),y)
4 subdirs-y += ./*
6 CPPFLAGS_common += -I$(src)/soc/intel/common/block/include/
8 endif