Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for the sc ISDN device driver |
2 | |||||
3 | # Each configuration option enables a list of files. | ||||
4 | |||||
5 | obj-$(CONFIG_ISDN_DRV_SC) += sc.o | ||||
6 | |||||
7 | # Multipart objects. | ||||
8 | |||||
Adrian Bunk | e3ca5e7 | 2005-06-25 14:58:34 -0700 | [diff] [blame] | 9 | sc-y := shmem.o init.o packet.o command.o event.o \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | ioctl.o interrupt.o message.o timer.o |