- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / isdn / act2000 / Makefile
blobe8946317ae950bbf46cdb420f6e2874bf4b08723
1 # Makefile for the act2000 ISDN device driver
3 # The target object and module list name.
5 O_TARGET := act2000_drv.o
7 # Objects that export symbols.
9 export-objs :=
11 # Multipart objects.
13 list-multi := act2000.o
14 act2000-objs := module.o capi.o act2000_isa.o
16 # Object file lists.
18 obj-y :=
19 obj-m :=
20 obj-n :=
21 obj- :=
23 # Each configuration option enables a list of files.
25 obj-$(CONFIG_ISDN_DRV_ACT2000) += act2000.o
27 include $(TOPDIR)/Rules.make
29 # Link rules for multi-part drivers.
31 act2000.o: $(act2000-objs)
32 $(LD) -r -o $@ $(act2000-objs)