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