summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm/Makefile
diff options
context:
space:
mode:
authorKonrad Zapalowicz <bergo.torino@gmail.com>2014-11-07 00:05:32 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-06 15:17:34 -0800
commit95db1ccb15ae3703f751891ce1ee8f7734c21c96 (patch)
treed3fc5bf6136857fa9baecfa24ed189ab9542d08f /drivers/tty/serial/jsm/Makefile
parentc904375d4b15122c225c1073fd7a56bd541b0ce5 (diff)
downloadblackbird-obmc-linux-95db1ccb15ae3703f751891ce1ee8f7734c21c96.tar.gz
blackbird-obmc-linux-95db1ccb15ae3703f751891ce1ee8f7734c21c96.zip
drivers: serial: jsm: Add the Classic board implementation
This commit adds the Digi Classic board implementation to the staging/jsm driver. The code here is taken from the staging/dgnc driver and modified to match the serial/jsm state. This work is mostly based on the changes that has been done to the code handling the Digi Neo cards with the inspiration coming from the diff between staging/dgnc and serial/jsm as well as the LKML history for the jsm_neo.c The code compiles now and has no sparse and checkpatch errors or warnings. Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/jsm/Makefile')
-rw-r--r--drivers/tty/serial/jsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/jsm/Makefile b/drivers/tty/serial/jsm/Makefile
index e46b6e0f8b18..705d1ff6fdeb 100644
--- a/drivers/tty/serial/jsm/Makefile
+++ b/drivers/tty/serial/jsm/Makefile
@@ -4,5 +4,5 @@
obj-$(CONFIG_SERIAL_JSM) += jsm.o
-jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o
+jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o jsm_cls.o
OpenPOWER on IntegriCloud