aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acorn/block/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acorn/block/Makefile')
-rw-r--r--drivers/acorn/block/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acorn/block/Makefile b/drivers/acorn/block/Makefile
new file mode 100644
index 000000000000..38a9afe8e03f
--- /dev/null
+++ b/drivers/acorn/block/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the Acorn block device drivers.
+#
+
+fd1772_mod-objs := fd1772.o fd1772dma.o
+mfmhd_mod-objs := mfmhd.o mfm.o
+
+obj-$(CONFIG_BLK_DEV_FD1772) += fd1772_mod.o
+obj-$(CONFIG_BLK_DEV_MFM) += mfmhd_mod.o