summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/act2000/Makefile
blob: 556c402b17cf5cd5bfbb6db9df6a3fcd8096255a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile for the act2000 ISDN device driver

# The target object and module list name.

O_TARGET	:= vmlinux-obj.o

# Multipart objects.

list-multi	:= act2000.o
act2000-objs	:= module.o capi.o act2000_isa.o

# Each configuration option enables a list of files.

obj-$(CONFIG_ISDN_DRV_ACT2000)	+= act2000.o

include $(TOPDIR)/Rules.make

# Link rules for multi-part drivers.

act2000.o: $(act2000-objs)
	$(LD) -r -o $@ $(act2000-objs)