8 lines
230 B
Makefile
Executable file
8 lines
230 B
Makefile
Executable file
# 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/
|