diff options
author | Karsten Keil <kkeil@suse.de> | 2008-07-26 12:55:28 -0400 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2008-07-26 19:58:01 -0400 |
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 000000000000..6f20a40b9d54 --- /dev/null +++ b/drivers/isdn/hardware/mISDN/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for the modular ISDN hardware drivers | ||
3 | # | ||
4 | # | ||
5 | |||
6 | obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o | ||