1# Makefile for the dss1_divert ISDN module
2
3# Each configuration option enables a list of files.
4
5obj-$(CONFIG_ISDN_DIVERSION)	+= dss1_divert.o
6
7# Multipart objects.
8
9dss1_divert-y			:= isdn_divert.o divert_procfs.o divert_init.o
10