| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [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 | ||||