1# Makefile for the kernel ISDN subsystem and device drivers. 2 3# Object files in subdirectories 4 5obj-$(CONFIG_ISDN_I4L) += i4l/ 6obj-$(CONFIG_ISDN_CAPI) += capi/ 7obj-$(CONFIG_MISDN) += mISDN/ 8obj-$(CONFIG_ISDN) += hardware/ 9obj-$(CONFIG_ISDN_DIVERSION) += divert/ 10obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ 11obj-$(CONFIG_ISDN_DRV_ICN) += icn/ 12obj-$(CONFIG_ISDN_DRV_PCBIT) += pcbit/ 13obj-$(CONFIG_ISDN_DRV_SC) += sc/ 14obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop/ 15obj-$(CONFIG_ISDN_DRV_ACT2000) += act2000/ 16obj-$(CONFIG_HYSDN) += hysdn/ 17obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/ 18