Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Karsten Keil | 1700fe1a | 2008-07-26 18:55:28 +0200 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the modular ISDN hardware drivers |
| 4 | # |
| 5 | # |
| 6 | |
| 7 | obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o |
Karsten Keil | af69fb3 | 2008-07-27 02:00:43 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o |
Karsten Keil | 69f52ad | 2009-01-09 16:20:51 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o |
Karsten Keil | 6115d2f | 2009-07-22 19:52:24 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_MISDN_AVMFRITZ) += avmfritz.o |
Karsten Keil | da2272c9 | 2009-07-22 20:01:59 +0200 | [diff] [blame] | 11 | obj-$(CONFIG_MISDN_SPEEDFAX) += speedfax.o |
Karsten Keil | cae86d4 | 2009-07-22 19:42:46 +0200 | [diff] [blame] | 12 | obj-$(CONFIG_MISDN_INFINEON) += mISDNinfineon.o |
Karsten Keil | 707b2ce | 2009-07-22 20:06:05 +0200 | [diff] [blame] | 13 | obj-$(CONFIG_MISDN_W6692) += w6692.o |
Karsten Keil | a900845 | 2009-07-23 10:03:05 +0200 | [diff] [blame] | 14 | obj-$(CONFIG_MISDN_NETJET) += netjet.o |
Karsten Keil | cae86d4 | 2009-07-22 19:42:46 +0200 | [diff] [blame] | 15 | # chip modules |
| 16 | obj-$(CONFIG_MISDN_IPAC) += mISDNipac.o |
Karsten Keil | da2272c9 | 2009-07-22 20:01:59 +0200 | [diff] [blame] | 17 | obj-$(CONFIG_MISDN_ISAR) += mISDNisar.o |