aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Makefile.inc
blob: 7fdd0e544be2791e91617c6e3f5ee581bf2afdf6 (plain)
1
2
3
4
5
6
7
ifeq ($(CONFIG_SOC_INTEL_COMMON_BASECODE),y)

subdirs-y += ./*

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

endif