2005-04-17 00:20:36 +02:00
|
|
|
# Makefile for the sc ISDN device driver
|
|
|
|
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
|
|
|
|
obj-$(CONFIG_ISDN_DRV_SC) += sc.o
|
|
|
|
|
|
|
|
# Multipart objects.
|
|
|
|
|
2005-06-25 23:58:34 +02:00
|
|
|
sc-y := shmem.o init.o packet.o command.o event.o \
|
2005-04-17 00:20:36 +02:00
|
|
|
ioctl.o interrupt.o message.o timer.o
|