summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/Makefile.inc
blob: d6f53c8ba655d06fcfe67d8b54197e0fbea16d63 (plain)
1
2
3
4
5
6
7
ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK),y)

subdirs-y += ./*

CPPFLAGS_common += -I$(src)/soc/intel/common/block/include/

endif