]>
Commit | Line | Data |
---|---|---|
b2441318 | 1 | # SPDX-License-Identifier: GPL-2.0 |
1da177e4 LT |
2 | # Makefile for the kernel ISDN subsystem and device drivers. |
3 | ||
4 | # Object files in subdirectories | |
5 | ||
6 | obj-$(CONFIG_ISDN_I4L) += i4l/ | |
7 | obj-$(CONFIG_ISDN_CAPI) += capi/ | |
e4ac9bc1 | 8 | obj-$(CONFIG_MISDN) += mISDN/ |
780aefed | 9 | obj-$(CONFIG_ISDN) += hardware/ |
1da177e4 LT |
10 | obj-$(CONFIG_ISDN_DIVERSION) += divert/ |
11 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ | |
1da177e4 | 12 | obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop/ |
1da177e4 | 13 | obj-$(CONFIG_HYSDN) += hysdn/ |
0a34eb8f | 14 | obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/ |