aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mcb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mcb/Makefile')
-rw-r--r--drivers/mcb/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mcb/Makefile b/drivers/mcb/Makefile
new file mode 100644
index 000000000000..1ae141311def
--- /dev/null
+++ b/drivers/mcb/Makefile
@@ -0,0 +1,7 @@
+
+obj-$(CONFIG_MCB) += mcb.o
+
+mcb-y += mcb-core.o
+mcb-y += mcb-parse.o
+
+obj-$(CONFIG_MCB_PCI) += mcb-pci.o