https://github.com/torvalds/linux
Raw File
Tip revision: 3be7988674ab33565700a37b210f502563d932e6 authored by Linus Torvalds on 19 September 2016, 00:27:41 UTC
Linux 4.8-rc7
Tip revision: 3be7988
Makefile
# Makefile for the dss1_divert ISDN module

# Each configuration option enables a list of files.

obj-$(CONFIG_ISDN_DIVERSION)	+= dss1_divert.o

# Multipart objects.

dss1_divert-y			:= isdn_divert.o divert_procfs.o divert_init.o
back to top