diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-26 18:52:11 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 01:46:33 +0200 |
commit | e4ac9bc1f6686dcb8c34e2756aa93cc9546fa6ae (patch) | |
tree | f61c5487c54ce0c6633cb088e81bcec2b7ccc20b /drivers/isdn/hardware/Makefile | |
parent | a048d3aff8b828b6c0fa7ddd90a531248ab4e0f9 (diff) |
Add mISDN driver
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>
Diffstat (limited to 'drivers/isdn/hardware/Makefile')
-rw-r--r-- | drivers/isdn/hardware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/Makefile b/drivers/isdn/hardware/Makefile index 11c8a183948..a5d8fce4c4c 100644 --- a/drivers/isdn/hardware/Makefile +++ b/drivers/isdn/hardware/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_CAPI_AVM) += avm/ obj-$(CONFIG_CAPI_EICON) += eicon/ +obj-$(CONFIG_MISDN) += mISDN/ |