diff options
Diffstat (limited to 'src/soc/amd/phoenix/Makefile.mk')
-rw-r--r-- | src/soc/amd/phoenix/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/Makefile.mk b/src/soc/amd/phoenix/Makefile.mk index 03edd43db5..7e3982dcd1 100644 --- a/src/soc/amd/phoenix/Makefile.mk +++ b/src/soc/amd/phoenix/Makefile.mk @@ -38,6 +38,7 @@ ramstage-y += soc_util.c ramstage-y += xhci.c smm-y += gpio.c +smm-y += root_complex.c smm-y += smihandler.c smm-$(CONFIG_DEBUG_SMI) += uart.c |