aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sr5650/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sr5650/Makefile.inc')
-rw-r--r--src/southbridge/amd/sr5650/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/sr5650/Makefile.inc b/src/southbridge/amd/sr5650/Makefile.inc
index 3c17be07c0..f695a112a6 100644
--- a/src/southbridge/amd/sr5650/Makefile.inc
+++ b/src/southbridge/amd/sr5650/Makefile.inc
@@ -1,5 +1,9 @@
+ifeq ($(CONFIG_SOUTHBRIDGE_AMD_SR5650),y)
+
ramstage-y += sr5650.c
ramstage-y += pcie.c
ramstage-y += ht.c
romstage-y += early_setup.c
+
+endif