mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 07:15:10 +07:00
![Karsten Keil](/assets/img/avatar_default.png)
mISDN is a new modular ISDN driver, in the long term it should replace the old I4L driver architecture for passiv ISDN cards. Signed-off-by: Karsten Keil <kkeil@suse.de>
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# Makefile for the CAPI hardware drivers
|
|
|
|
# Object files in subdirectories
|
|
|
|
obj-$(CONFIG_CAPI_AVM) += avm/
|
|
obj-$(CONFIG_CAPI_EICON) += eicon/
|
|
obj-$(CONFIG_MISDN) += mISDN/
|