summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/Makefile.mk1
-rw-r--r--src/soc/amd/genoa_poc/Makefile.mk1
-rw-r--r--src/soc/amd/glinda/Makefile.mk1
-rw-r--r--src/soc/amd/mendocino/Makefile.mk1
-rw-r--r--src/soc/amd/phoenix/Makefile.mk1
-rw-r--r--src/soc/amd/picasso/Makefile.mk1
6 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Makefile.mk b/src/soc/amd/cezanne/Makefile.mk
index 73be4aacb0..d4c7595f7f 100644
--- a/src/soc/amd/cezanne/Makefile.mk
+++ b/src/soc/amd/cezanne/Makefile.mk
@@ -30,6 +30,7 @@ ramstage-y += root_complex.c
ramstage-y += xhci.c
smm-y += gpio.c
+smm-y += root_complex.c
smm-y += smihandler.c
smm-$(CONFIG_DEBUG_SMI) += uart.c
diff --git a/src/soc/amd/genoa_poc/Makefile.mk b/src/soc/amd/genoa_poc/Makefile.mk
index 94cee34960..bde8b1843f 100644
--- a/src/soc/amd/genoa_poc/Makefile.mk
+++ b/src/soc/amd/genoa_poc/Makefile.mk
@@ -21,6 +21,7 @@ ramstage-y += root_complex.c
ramstage-y += smihandler.c
ramstage-y += mca.c
+smm-y += root_complex.c
smm-y += smihandler.c
smm-$(CONFIG_DEBUG_SMI) += uart.c
diff --git a/src/soc/amd/glinda/Makefile.mk b/src/soc/amd/glinda/Makefile.mk
index 1211c45f27..b3c5b82517 100644
--- a/src/soc/amd/glinda/Makefile.mk
+++ b/src/soc/amd/glinda/Makefile.mk
@@ -34,6 +34,7 @@ ramstage-y += root_complex.c
ramstage-y += xhci.c
smm-y += gpio.c
+smm-y += root_complex.c
smm-y += smihandler.c
smm-$(CONFIG_DEBUG_SMI) += uart.c
diff --git a/src/soc/amd/mendocino/Makefile.mk b/src/soc/amd/mendocino/Makefile.mk
index 1b96ff124c..59db564b59 100644
--- a/src/soc/amd/mendocino/Makefile.mk
+++ b/src/soc/amd/mendocino/Makefile.mk
@@ -33,6 +33,7 @@ ramstage-y += xhci.c
ramstage-y += manifest.c
smm-y += gpio.c
+smm-y += root_complex.c
smm-y += smihandler.c
smm-$(CONFIG_DEBUG_SMI) += uart.c
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
diff --git a/src/soc/amd/picasso/Makefile.mk b/src/soc/amd/picasso/Makefile.mk
index 3fcd47f825..b65d1c8651 100644
--- a/src/soc/amd/picasso/Makefile.mk
+++ b/src/soc/amd/picasso/Makefile.mk
@@ -38,6 +38,7 @@ ifeq ($(CONFIG_DEBUG_SMI),y)
smm-y += uart.c
endif
smm-y += gpio.c
+smm-y += root_complex.c
CPPFLAGS_common += -I$(src)/soc/amd/picasso/include
CPPFLAGS_common += -I$(src)/soc/amd/picasso/acpi