aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ex/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801ex/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801ex/Makefile.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/southbridge/intel/i82801ex/Makefile.inc b/src/southbridge/intel/i82801ex/Makefile.inc
deleted file mode 100644
index 240eaf0517..0000000000
--- a/src/southbridge/intel/i82801ex/Makefile.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82801EX),y)
-
-ramstage-y += i82801ex.c
-ramstage-y += uhci.c
-ramstage-y += lpc.c
-ramstage-y += ide.c
-ramstage-y += sata.c
-ramstage-y += ehci.c
-ramstage-y += smbus.c
-ramstage-y += pci.c
-ramstage-y += ac97.c
-ramstage-y += watchdog.c
-ramstage-y += reset.c
-
-endif