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