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.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/southbridge/amd/cs5535/Makefile.inc b/src/southbridge/amd/cs5535/Makefile.inc
deleted file mode 100644
index 3785cd4002..0000000000
--- a/src/southbridge/amd/cs5535/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-ifeq ($(CONFIG_SOUTHBRIDGE_AMD_CS5535),y)
-
-ramstage-y += cs5535.c
-#ramstage-y += pci.c
-#ramstage-y += ide.c
-ramstage-y += chipsetinit.c
-
-endif