https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5beed0bb33773d783513619bec1005c492bb29f2 authored by Jason Self on 22 June 2015, 23:56:33 UTC
Linux-libre 3.10.81-gnu
Tip revision: 5beed0b
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