summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorLaurent Vivier2008-11-15 16:10:10 +0100
committerGeert Uytterhoeven2009-03-26 21:15:27 +0100
commit8852ecd97488249ca7fe2c0d3eb44cae95886881 (patch)
treebc23ec6db412733952809ebc5307535ed043c4a0 /drivers/block/Makefile
parentm68k: mac - Add a new entry in mac_model to identify the floppy controller type. (diff)
downloadkernel-qcow2-linux-8852ecd97488249ca7fe2c0d3eb44cae95886881.tar.gz
kernel-qcow2-linux-8852ecd97488249ca7fe2c0d3eb44cae95886881.tar.xz
kernel-qcow2-linux-8852ecd97488249ca7fe2c0d3eb44cae95886881.zip
m68k: mac - Add SWIM floppy support
It allows to read data from a floppy, but not to write to, and to eject the floppy (useful on our Mac without eject button). Signed-off-by: Laurent Vivier <Laurent@lvivier.info> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 87e120e0a79c..3145141cef72 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -6,6 +6,7 @@
#
obj-$(CONFIG_MAC_FLOPPY) += swim3.o
+obj-$(CONFIG_BLK_DEV_SWIM) += swim_mod.o
obj-$(CONFIG_BLK_DEV_FD) += floppy.o
obj-$(CONFIG_AMIGA_FLOPPY) += amiflop.o
obj-$(CONFIG_PS3_DISK) += ps3disk.o
@@ -33,3 +34,5 @@ obj-$(CONFIG_BLK_DEV_UB) += ub.o
obj-$(CONFIG_BLK_DEV_HD) += hd.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
+
+swim_mod-objs := swim.o swim_asm.o