update atp870u driver to 0.78 from D-Link source
[linux-2.4.git] / drivers / isdn / pcbit / Makefile
1 # Makefile for the pcbit ISDN device driver
2
3 # The target object and module list name.
4
5 O_TARGET        := vmlinux-obj.o
6
7 # Multipart objects.
8
9 list-multi      := pcbit.o
10 pcbit-objs      := module.o edss1.o drv.o layer2.o capi.o callbacks.o
11
12 # Each configuration option enables a list of files.
13
14 obj-$(CONFIG_ISDN_DRV_PCBIT)    += pcbit.o
15
16 include $(TOPDIR)/Rules.make
17
18 # Link rules for multi-part drivers.
19
20 pcbit.o: $(pcbit-objs)
21         $(LD) -r -o $@ $(pcbit-objs)