aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/pch/Makefile.mk
blob: 19c17d579cfee28238def15b0ef678e5a8b1d6e5 (plain)
1
2
3
4
5
6
## SPDX-License-Identifier: GPL-2.0-only
subdirs-$(CONFIG_SOC_INTEL_COMMON_PCH_BASE) += ./*

ifeq ($(CONFIG_SOC_INTEL_COMMON_PCH_BASE),y)
CPPFLAGS_common += -I$(src)/soc/intel/common/pch/include/
endif