diff options
Diffstat (limited to 'src/soc/amd/common/block/smn/Makefile.inc')
-rw-r--r-- | src/soc/amd/common/block/smn/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/smn/Makefile.inc b/src/soc/amd/common/block/smn/Makefile.inc new file mode 100644 index 0000000000..01de303606 --- /dev/null +++ b/src/soc/amd/common/block/smn/Makefile.inc @@ -0,0 +1,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 |