Add soc specific drivers directory like in the Linux kernel.
It is going to be used by keysotone soc specific drivers.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronz...@ti.com>
---
 drivers/Makefile     | 2 ++
 drivers/soc/Makefile | 3 +++
 2 files changed, 5 insertions(+)
 create mode 100644 drivers/soc/Makefile

diff --git a/drivers/Makefile b/drivers/Makefile
index b22b109..fc9b630 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -16,3 +16,5 @@ obj-y += watchdog/
 obj-$(CONFIG_QE) += qe/
 obj-y += memory/
 obj-y += pwm/
+# SOC specific infrastructure drivers.
+obj-y += soc/
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
new file mode 100644
index 0000000..1746cd8
--- /dev/null
+++ b/drivers/soc/Makefile
@@ -0,0 +1,3 @@
+#
+# Makefile for the u-boot SOC specific device drivers.
+#
-- 
1.8.3.2

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to