]> git.hungrycats.org Git - linux/commitdiff
Remove one occurence of list-multi in drivers/isdn/tpam/Makefile
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Mon, 22 Apr 2002 13:54:24 +0000 (08:54 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Mon, 22 Apr 2002 13:54:24 +0000 (08:54 -0500)
drivers/isdn/tpam/Makefile

index bc1e6ca2e435f4b739399fa4bc094a230fbc8a41..3568630f15fb312cb74e2254732bc940178f1bf4 100644 (file)
@@ -6,7 +6,6 @@ O_TARGET        := vmlinux-obj.o
 
 # Multipart objects.
 
-list-multi     := tpam.o
 tpam-objs      := tpam_main.o tpam_nco.o tpam_memory.o tpam_commands.o tpam_queues.o tpam_hdlc.o tpam_crcpc.o
 
 # Each configuration option enables a list of files.
@@ -14,8 +13,3 @@ tpam-objs     := tpam_main.o tpam_nco.o tpam_memory.o tpam_commands.o tpam_queues.o
 obj-$(CONFIG_ISDN_DRV_TPAM)    += tpam.o
 
 include $(TOPDIR)/Rules.make
-
-# Link rules for multi-part drivers.
-
-tpam.o: $(tpam-objs)
-       $(LD) -r -o $@ $(tpam-objs)