summaryrefslogtreecommitdiff
path: root/drivers/soc/keystone/Makefile
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-10-22 17:18:21 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:28 -0400
commita43febde4452f254621c0c95d452c89ad498e959 (patch)
treea4469761aba5c77ffedbc73a40ae7af71e20e729 /drivers/soc/keystone/Makefile
parent497e9e03216bae505a8f06808975d0c4865622f2 (diff)
soc: keystone_serdes: create a separate SGMII SerDes driver
This patch split the Keystone II SGMII SerDes related code from Ethernet driver and create a separate SGMII SerDes driver. The SerDes driver can be used by others keystone subsystems like PCI, sRIO, so move it to driver/soc/keystone directory. Add soc specific drivers directory like in the Linux kernel. It is going to be used by keysotone soc specific drivers. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'drivers/soc/keystone/Makefile')
-rw-r--r--drivers/soc/keystone/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/keystone/Makefile b/drivers/soc/keystone/Makefile
new file mode 100644
index 0000000000..c000ecac76
--- /dev/null
+++ b/drivers/soc/keystone/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_TI_KEYSTONE_SERDES) += keystone_serdes.o