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