mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
a43febde44
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>
5 lines
101 B
Makefile
5 lines
101 B
Makefile
#
|
|
# Makefile for the U-boot SOC specific device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
|