aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2013-11-15 10:50:32 +0000
committerSebastian Reichel <sre@kernel.org>2014-05-16 00:55:30 +0200
commitdc7bf5d7186849aa36b9f0e42e250a813a7b0bdb (patch)
tree24aec89222a89850c98c187b826360c69df128ac /drivers/hsi/clients/Makefile
parentDocumentation: DT: omap-ssi binding documentation (diff)
downloadlinux-dev-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.tar.xz
linux-dev-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.zip
HSI: Introduce driver for SSI Protocol
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Diffstat (limited to 'drivers/hsi/clients/Makefile')
-rw-r--r--drivers/hsi/clients/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile
index 327c0e27c8b0..ccbf768ea42b 100644
--- a/drivers/hsi/clients/Makefile
+++ b/drivers/hsi/clients/Makefile
@@ -2,4 +2,5 @@
# Makefile for HSI clients
#
-obj-$(CONFIG_HSI_CHAR) += hsi_char.o
+obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o
+obj-$(CONFIG_HSI_CHAR) += hsi_char.o