1# Makefile for the sc ISDN device driver
2
3# Each configuration option enables a list of files.
4
5obj-$(CONFIG_ISDN_DRV_SC)	+= sc.o
6
7# Multipart objects.
8
9sc-y				:= shmem.o init.o packet.o command.o event.o \
10		   		   ioctl.o interrupt.o message.o timer.o	
11