[U-Boot] [U-boot] [Patch v3 1/5] soc: add soc specific drivers directory
Ivan Khoronzhuk
ivan.khoronzhuk at ti.com
Fri Oct 17 19:38:59 CEST 2014
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.khoronzhuk at 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
More information about the U-Boot
mailing list