aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mca/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mca/Makefile')
-rw-r--r--drivers/mca/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mca/Makefile b/drivers/mca/Makefile
deleted file mode 100644
index 0794b122520e..000000000000
--- a/drivers/mca/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
1# Makefile for the Linux MCA bus support
2
3obj-y := mca-bus.o mca-device.o mca-driver.o
4
5obj-$(CONFIG_MCA_PROC_FS) += mca-proc.o
6obj-$(CONFIG_MCA_LEGACY) += mca-legacy.o
7