diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-26 18:55:28 +0200 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-27 01:58:01 +0200 |
commit | 1700fe1a10dc0eaac0ef60a8093eaeafa9bff9ae (patch) | |
tree | 278c01dd55e25f017c9124be90784408b749641c /drivers/isdn/hardware/mISDN/Makefile | |
parent | 960366cf8dbb3359afaca30cf7fdbf69a6d6dda7 (diff) |
Add mISDN HFC PCI driver
Enable support for card with Cologne Chip AG's
HFC PCIbased cards
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/Makefile')
-rw-r--r-- | drivers/isdn/hardware/mISDN/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/mISDN/Makefile b/drivers/isdn/hardware/mISDN/Makefile new file mode 100644 index 00000000000..6f20a40b9d5 --- /dev/null +++ b/drivers/isdn/hardware/mISDN/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the modular ISDN hardware drivers +# +# + +obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o |