blob: 11fe697739d5c23b2df0541044c4f69f9a651ddd (
plain) (
blame)
1
2
3
4
5
6
|
# SPDX-License-Identifier: GPL-2.0
# Makefile for the kernel ISDN subsystem and device drivers.
# Each configuration option enables a list of files.
obj-$(CONFIG_ISDN_HDLC) += isdnhdlc.o
|