2005-04-16 18:20:36 -04: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 17:58:34 -04:00
|
|
|
sc-y := shmem.o init.o packet.o command.o event.o \
|
2005-04-16 18:20:36 -04:00
|
|
|
ioctl.o interrupt.o message.o timer.o
|