summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/fsp/Makefile.inc
blob: ff25eba387112b14551dc4ce72f18f2943210b71 (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_PLATFORM_USES_FSP2_0),y)
romstage-y += fsp_reset.c
ramstage-y += fsp_reset.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fsp-acpi.c

subdirs-y += ./*

endif # CONFIG_PLATFORM_USES_FSP2_0