Commit d32eddb8 authored by Kai Germaschewski's avatar Kai Germaschewski

Remove list-multi plus associated link rules in drivers/acorn/*/Makefile

parent d1fb0c5e
#
# Makefile for the Acorn block device drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#
USE_STANDARD_AS_RULE := true
......@@ -19,7 +12,6 @@ obj-n :=
obj- :=
export-objs :=
list-multi := fd1772_mod.o mfmhd_mod.o
fd1772_mod-objs := fd1772.o fd1772dma.o
mfmhd_mod-objs := mfmhd.o mfm.o
......@@ -27,9 +19,3 @@ obj-$(CONFIG_BLK_DEV_FD1772) += fd1772_mod.o
obj-$(CONFIG_BLK_DEV_MFM) += mfmhd_mod.o
include $(TOPDIR)/Rules.make
fd1772_mod.o: $(fd1772_mod-objs)
$(LD) -r -o $@ $(fd1772_mod-objs)
mfmhd_mod.o: $(mfmhd_mod-objs)
$(LD) -r -o $@ $(mfmhd_mod-objs)
......@@ -12,7 +12,6 @@ obj-n :=
obj- :=
export-objs := fas216.o queue.o msgqueue.o
list-multi := acornscsi_mod.o
acornscsi_mod-objs := acornscsi.o acornscsi-io.o
obj-$(CONFIG_SCSI_ACORNSCSI_3) += acornscsi_mod.o queue.o msgqueue.o
......@@ -25,6 +24,3 @@ obj-$(CONFIG_SCSI_POWERTECSCSI) += powertec.o fas216.o queue.o msgqueue.o
obj-$(CONFIG_SCSI_EESOXSCSI) += eesox.o fas216.o queue.o msgqueue.o
include $(TOPDIR)/Rules.make
acornscsi_mod.o: $(acornscsi_mod-objs)
$(LD) -r -o $@ $(acornscsi_mod-objs)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment