Commit 77253daf authored by Kai Germaschewski's avatar Kai Germaschewski

Remove one occurence of list-multi in drivers/isdn/tpam/Makefile

parent c6b95c56
......@@ -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)
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