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/i4l/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/i4l/Makefile')
-rw-r--r-- | drivers/isdn/i4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/i4l/Makefile b/drivers/isdn/i4l/Makefile index 49a06c0005dd..cb9d3bb9fae0 100644 --- a/drivers/isdn/i4l/Makefile +++ b/drivers/isdn/i4l/Makefile | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_ISDN_I4L) += isdn.o | 5 | obj-$(CONFIG_ISDN_I4L) += isdn.o |
6 | obj-$(CONFIG_ISDN_PPP_BSDCOMP) += isdn_bsdcomp.o | 6 | obj-$(CONFIG_ISDN_PPP_BSDCOMP) += isdn_bsdcomp.o |
7 | obj-$(CONFIG_ISDN_HDLC) += isdnhdlc.o | ||
7 | 8 | ||
8 | # Multipart objects. | 9 | # Multipart objects. |
9 | 10 | ||