aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/Makefile.inc
blob: 103c3bfad86e96b770cd763b54d044783b574d4b (plain)
1
2
3
4
5
6
7
ifeq ($(CONFIG_SOC_AMD_COMMON),y)

CPPFLAGS_common += -I$(src)/soc/amd/common

subdirs-$(CONFIG_SOC_AMD_COMMON_BLOCK) += block

endif