da2272c91a
Add support for the Siemens ISAR DSP chip and cards based on it, including analog modem protocols. Signed-off-by: Karsten Keil <keil@b1-systems.de>
15 lines
407 B
Makefile
15 lines
407 B
Makefile
#
|
|
# Makefile for the modular ISDN hardware drivers
|
|
#
|
|
#
|
|
|
|
obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o
|
|
obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o
|
|
obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o
|
|
obj-$(CONFIG_MISDN_AVMFRITZ) += avmfritz.o
|
|
obj-$(CONFIG_MISDN_SPEEDFAX) += speedfax.o
|
|
obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o
|
|
# chip modules
|
|
obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o
|
|
obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o
|