summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5535/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cs5535/Makefile.inc')
-rw-r--r--src/southbridge/amd/cs5535/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5535/Makefile.inc b/src/southbridge/amd/cs5535/Makefile.inc
index 6f65e2e30d..3785cd4002 100644
--- a/src/southbridge/amd/cs5535/Makefile.inc
+++ b/src/southbridge/amd/cs5535/Makefile.inc
@@ -1,4 +1,8 @@
+ifeq ($(CONFIG_SOUTHBRIDGE_AMD_CS5535),y)
+
ramstage-y += cs5535.c
#ramstage-y += pci.c
#ramstage-y += ide.c
ramstage-y += chipsetinit.c
+
+endif