aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/sis/sis966/Makefile.inc')
-rw-r--r--src/southbridge/sis/sis966/Makefile.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/southbridge/sis/sis966/Makefile.inc b/src/southbridge/sis/sis966/Makefile.inc
deleted file mode 100644
index fa37762287..0000000000
--- a/src/southbridge/sis/sis966/Makefile.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-ifeq ($(CONFIG_SOUTHBRIDGE_SIS_SIS966),y)
-
-ramstage-y += sis761.c
-ramstage-y += sis966.c
-ramstage-y += lpc.c
-ramstage-y += ide.c
-ramstage-y += usb.c
-ramstage-y += usb2.c
-ramstage-y += nic.c
-ramstage-y += sata.c
-ramstage-y += pcie.c
-ramstage-y += aza.c
-ramstage-y += reset.c
-
-romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += enable_usbdebug.c
-ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
-
-bootblock-y += romstrap.ld
-bootblock-y += romstrap.S
-
-endif