summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/smn/Makefile.inc
blob: 01de3036064b4ab4760652e3ab937e5a7bf4d3bb (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMN),y)

bootblock-y += smn.c
romstage-y += smn.c
ramstage-y += smn.c
smm-y += smn.c

endif # CONFIG_SOC_AMD_COMMON_BLOCK_SMN