9 lines
230 B
Makefile
9 lines
230 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Makefile for the kernel ISDN subsystem and device drivers.
|
|
|
|
# Object files in subdirectories
|
|
|
|
obj-$(CONFIG_BT_CMTP) += capi/
|
|
obj-$(CONFIG_MISDN) += mISDN/
|
|
obj-$(CONFIG_ISDN) += hardware/
|