mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
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/
|