diff options
author | Karsten Keil <keil@b1-systems.de> | 2009-07-08 08:21:12 -0400 |
---|---|---|
committer | Karsten Keil <keil@b1-systems.de> | 2009-07-25 14:15:21 -0400 |
commit | cb3824bade2549d7ad059d5802da43312540fdee (patch) | |
tree | 0ffcce666a8d3534f48ffa162defecf7e781c8ba /drivers/isdn/hisax/Makefile | |
parent | 74d154189d597b91da4322996dbf4f5c3d1544ab (diff) |
ISDN: Make isdnhdlc usable for other ISDN drivers
isdnhdlc is useful for other ISDN drivers as well.
Move the include file to a central location and the source
to the central isdn location.
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Diffstat (limited to 'drivers/isdn/hisax/Makefile')
-rw-r--r-- | drivers/isdn/hisax/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/isdn/hisax/Makefile b/drivers/isdn/hisax/Makefile index c7a3794bdae4..ab638b083df9 100644 --- a/drivers/isdn/hisax/Makefile +++ b/drivers/isdn/hisax/Makefile | |||
@@ -16,10 +16,6 @@ obj-$(CONFIG_HISAX_HFCUSB) += hfc_usb.o | |||
16 | obj-$(CONFIG_HISAX_HFC4S8S) += hfc4s8s_l1.o | 16 | obj-$(CONFIG_HISAX_HFC4S8S) += hfc4s8s_l1.o |
17 | obj-$(CONFIG_HISAX_FRITZ_PCIPNP) += hisax_isac.o hisax_fcpcipnp.o | 17 | obj-$(CONFIG_HISAX_FRITZ_PCIPNP) += hisax_isac.o hisax_fcpcipnp.o |
18 | 18 | ||
19 | ifdef CONFIG_HISAX_HDLC | ||
20 | obj-$(CONFIG_ISDN_DRV_HISAX) += isdnhdlc.o | ||
21 | endif | ||
22 | |||
23 | # Multipart objects. | 19 | # Multipart objects. |
24 | 20 | ||
25 | hisax_st5481-y := st5481_init.o st5481_usb.o st5481_d.o \ | 21 | hisax_st5481-y := st5481_init.o st5481_usb.o st5481_d.o \ |