summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-17 16:23:50 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-11 12:48:34 +0800
commit7492e8632925fd2b4d8bfeec3af7fc53bb649073 (patch)
tree8df25fe5e5717710ec23ad255de0f778435a287a /drivers/Makefile
parent298d15571da8d1cb71e7fd87cc53cad3b2bf1d12 (diff)
downloadbarebox-7492e8632925fd2b4d8bfeec3af7fc53bb649073.tar.gz
barebox-7492e8632925fd2b4d8bfeec3af7fc53bb649073.tar.xz
Introduce ARM AMBA bus
This will allow to detect the amba device and use the right driver for it at runtime. The code is base on linux 3.5. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 28a5cb8f35..0b44e90c8e 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -1,4 +1,5 @@
obj-y += base/
+obj-$(CONFIG_ARM_AMBA) += amba/
obj-y += net/
obj-y += serial/
obj-y += mtd/