diff options
author | Paul Fulghum <paulkf@microgate.com> | 2006-01-08 04:02:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:13:45 -0500 |
commit | 705b6c7b34f2621f95f606d0e683daa10cdb8eb9 (patch) | |
tree | 70c93fddc9534f5c9e8b22b79d07ea70747725b3 /drivers/char/Makefile | |
parent | de25968cc87cc5b76d09de8b4cbddc8f24fcf5f7 (diff) |
[PATCH] new driver synclink_gt
New character device driver for the SyncLink GT and SyncLink AC families of
synchronous and asynchronous serial adapters
Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 4aeae687e88a..d973d14d8f7f 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -36,6 +36,7 @@ obj-$(CONFIG_RISCOM8) += riscom8.o | |||
36 | obj-$(CONFIG_ISI) += isicom.o | 36 | obj-$(CONFIG_ISI) += isicom.o |
37 | obj-$(CONFIG_SYNCLINK) += synclink.o | 37 | obj-$(CONFIG_SYNCLINK) += synclink.o |
38 | obj-$(CONFIG_SYNCLINKMP) += synclinkmp.o | 38 | obj-$(CONFIG_SYNCLINKMP) += synclinkmp.o |
39 | obj-$(CONFIG_SYNCLINK_GT) += synclink_gt.o | ||
39 | obj-$(CONFIG_N_HDLC) += n_hdlc.o | 40 | obj-$(CONFIG_N_HDLC) += n_hdlc.o |
40 | obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o | 41 | obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o |
41 | obj-$(CONFIG_SX) += sx.o generic_serial.o | 42 | obj-$(CONFIG_SX) += sx.o generic_serial.o |