Makefile (9c3c0c2048149d946d7f3ebdcbe70e2946750bfb) | Makefile (99c2aa151a7182c58f9477a376304c538d9cc5ab) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for the kernel ISDN subsystem and device drivers. 3 4# Object files in subdirectories 5 | 1# SPDX-License-Identifier: GPL-2.0 2# Makefile for the kernel ISDN subsystem and device drivers. 3 4# Object files in subdirectories 5 |
6obj-$(CONFIG_ISDN_I4L) += i4l/ | |
7obj-$(CONFIG_ISDN_CAPI) += capi/ 8obj-$(CONFIG_MISDN) += mISDN/ 9obj-$(CONFIG_ISDN) += hardware/ 10obj-$(CONFIG_HYSDN) += hysdn/ 11obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/ | 6obj-$(CONFIG_ISDN_CAPI) += capi/ 7obj-$(CONFIG_MISDN) += mISDN/ 8obj-$(CONFIG_ISDN) += hardware/ 9obj-$(CONFIG_HYSDN) += hysdn/ 10obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/ |