diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2012-09-14 14:50:34 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-19 16:53:26 +0200 |
commit | 0ee7261c9212dbaf72d510e37f6c5b849d1847f0 (patch) | |
tree | cd9902a94a286aab6e337c31f8ec2768250e5b17 /drivers/bus/Makefile | |
parent | 46ca6811534e66e7b3967512efe8259021cd5488 (diff) | |
download | linux-0ee7261c9212dbaf72d510e37f6c5b849d1847f0.tar.bz2 |
drivers: bus: Move the OMAP interconnect driver to drivers/bus/
OMAP interconnect drivers are used for the interconnect error handling.
Since they are bus driver, lets move it to newly created drivers/bus.
Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r-- | drivers/bus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile index 0ec50bc43d7c..45d997c85453 100644 --- a/drivers/bus/Makefile +++ b/drivers/bus/Makefile @@ -3,3 +3,6 @@ # obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o + +# Interconnect bus driver for OMAP SoCs. +obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o |