blob: a43760a0a4f5f0b819d62816d6bd54b77cd9b889 (
plain) (
blame)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0-only
# Makefile for the CAPI hardware drivers
# Object files in subdirectories
obj-$(CONFIG_CAPI_AVM) += avm/
obj-$(CONFIG_MISDN) += mISDN/
|