Commit d1fb0c5e authored by Kai Germaschewski's avatar Kai Germaschewski

Remove list-multi plus associated link rule in arch/arm/*/Makefile

parent 92ebc650
#
# Makefile for the linux kernel.
#
# 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).
USE_STANDARD_AS_RULE := true
......@@ -115,7 +112,6 @@ export-objs += yopy.o
obj-$(CONFIG_LEDS) += $(led-y)
# SA1110 USB client support
list-multi += sa1100usb_core.o
sa1100usb_core-objs := usb_ctl.o usb_ep0.o usb_recv.o usb_send.o
obj-$(CONFIG_SA1100_USB) += sa1100usb_core.o
obj-$(CONFIG_SA1100_USB_NETLINK) += usb-eth.o
......@@ -125,7 +121,3 @@ obj-$(CONFIG_SA1100_USB_CHAR) += usb-char.o
obj-$(CONFIG_PM) += pm.o sleep.o
include $(TOPDIR)/Rules.make
sa1100usb_core.o: $(sa1100usb_core-objs)
$(LD) -r -o $@ $(sa1100usb_core-objs)
#
# linux/arch/arm/nwfpe/Makefile
#
# Copyright (C) 1998, 1999, 2001 Philip Blundell
#
......@@ -12,8 +10,6 @@ obj-y :=
obj-m :=
obj-n :=
list-multi := nwfpe.o
obj-$(CONFIG_FPE_NWFPE) += nwfpe.o
nwfpe-objs := fpa11.o fpa11_cpdo.o fpa11_cpdt.o fpa11_cprt.o \
......@@ -27,6 +23,3 @@ nwfpe-objs += entry.o
endif
include $(TOPDIR)/Rules.make
nwfpe.o: $(nwfpe-objs)
$(LD) -r -o $@ $(nwfpe-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