diff options
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r-- | drivers/bus/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile new file mode 100644 index 000000000000..45d997c85453 --- /dev/null +++ b/drivers/bus/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the bus drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o | ||
6 | |||
7 | # Interconnect bus driver for OMAP SoCs. | ||
8 | obj-$(CONFIG_OMAP_INTERCONNECT) += omap_l3_smx.o omap_l3_noc.o | ||