summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-09-12 01:29:55 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-09-12 01:29:55 +0000
commit545f435ebcfd94a1e7c20b46efe81b4d6ac4e698 (patch)
treee9ce4bc598d06374bda906f18365984bf22a526a /drivers/block/Makefile
parent4291a610eef89d0d5c69d9a10ee6560e1aa36c74 (diff)
Merge with Linux 2.1.55. More bugfixes and goodies from my private
CVS archive.
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index f8ec1abd9..de13e072a 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -22,6 +22,10 @@ MOD_LIST_NAME := BLOCK_MODULES
LX_OBJS :=
MX_OBJS :=
+ifeq ($(CONFIG_MAC_FLOPPY),y)
+L_OBJS += swim3.o
+endif
+
ifeq ($(CONFIG_BLK_DEV_FD),y)
L_OBJS += floppy.o
else