rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 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/ |
| 8 | obj-$(CONFIG_MISDN) += mISDN/ |
| 9 | obj-$(CONFIG_ISDN) += hardware/ |
| 10 | obj-$(CONFIG_ISDN_DIVERSION) += divert/ |
| 11 | obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ |
| 12 | obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop/ |
| 13 | obj-$(CONFIG_HYSDN) += hysdn/ |
| 14 | obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/ |