summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/Makefile
diff options
context:
space:
mode:
authorAndreas Noever <andreas.noever@gmail.com>2014-06-03 22:04:02 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 14:07:08 -0700
commita25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d (patch)
treedb952ae5e1d2897f54751e9d2d4c258dce853a00 /drivers/thunderbolt/Makefile
parent7adf60972c692b0b3d0958cd7322e22a67187111 (diff)
downloadop-kernel-dev-a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d.zip
op-kernel-dev-a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d.tar.gz
thunderbolt: Initialize root switch and ports
This patch adds the structures tb_switch and tb_port as well as code to initialize the root switch. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/Makefile')
-rw-r--r--drivers/thunderbolt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile
index 1f996bb..4ac18d9 100644
--- a/drivers/thunderbolt/Makefile
+++ b/drivers/thunderbolt/Makefile
@@ -1,3 +1,3 @@
obj-${CONFIG_THUNDERBOLT} := thunderbolt.o
-thunderbolt-objs := nhi.o ctl.o tb.o
+thunderbolt-objs := nhi.o ctl.o tb.o switch.o
OpenPOWER on IntegriCloud