1# Makefile for the act2000 ISDN device driver
2
3# Each configuration option enables a list of files.
4
5obj-$(CONFIG_ISDN_DRV_ACT2000)	+= act2000.o
6
7# Multipart objects.
8
9act2000-y			:= module.o capi.o act2000_isa.o
10