summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Makefile.inc
blob: 4037484cf80cc78e11424a2d2dad37bbb14d1932 (plain)
1
2
3
4
5
6
7
8
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_INTEL_COMMON_BASECODE),y)

subdirs-y += ./*

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

endif