Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for the dss1_divert ISDN module |
2 | |||||
3 | # Each configuration option enables a list of files. | ||||
4 | |||||
5 | obj-$(CONFIG_ISDN_DIVERSION) += dss1_divert.o | ||||
6 | |||||
7 | # Multipart objects. | ||||
8 | |||||
9 | dss1_divert-y := isdn_divert.o divert_procfs.o divert_init.o |