aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/rs780/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/rs780/Makefile.inc')
-rw-r--r--src/southbridge/amd/rs780/Makefile.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/southbridge/amd/rs780/Makefile.inc b/src/southbridge/amd/rs780/Makefile.inc
deleted file mode 100644
index 36086e90c2..0000000000
--- a/src/southbridge/amd/rs780/Makefile.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-ifeq ($(CONFIG_SOUTHBRIDGE_AMD_RS780),y)
-
-romstage-y += early_setup.c
-
-ramstage-y += rs780.c
-ramstage-y += cmn.c
-ramstage-y += pcie.c
-ramstage-y += ht.c
-ramstage-y += gfx.c
-
-endif