summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/Makefile
diff options
context:
space:
mode:
authorJ. German Rivera <German.Rivera@freescale.com>2015-03-27 16:01:08 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-03 13:55:03 +0200
commite91ffa9ec18e79214eef9bafc400f5d3b8d4aa98 (patch)
treeca36e2aa6b499bb6dea20452f87d6263a800d23f /drivers/staging/fsl-mc/bus/Makefile
parent2bdc55d94fef59296f9f1aeda2a503d4c64cad86 (diff)
downloadop-kernel-dev-e91ffa9ec18e79214eef9bafc400f5d3b8d4aa98.zip
op-kernel-dev-e91ffa9ec18e79214eef9bafc400f5d3b8d4aa98.tar.gz
staging: fsl-mc: Refactored fsl_mc_object_allocator driver init/exit
The fsl_mc_allocator driver does not need to be its own module as it is tightly integrated into the MC bus main driver. It is really just a sub-component of the MC bus driver. By not making fsl_mc_allocator its own module, we can have more control of when its initialization happens and we want it to happen before any driver that depends on the MC bus driver gets initialized. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/Makefile')
-rw-r--r--drivers/staging/fsl-mc/bus/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/staging/fsl-mc/bus/Makefile b/drivers/staging/fsl-mc/bus/Makefile
index bd09fc8..25433a9 100644
--- a/drivers/staging/fsl-mc/bus/Makefile
+++ b/drivers/staging/fsl-mc/bus/Makefile
@@ -5,15 +5,13 @@
#
# This file is released under the GPLv2
#
-obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o \
- mc-allocator-driver.o
+obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o
mc-bus-driver-objs := mc-bus.o \
mc-sys.o \
dprc.o \
dpmng.o \
- dprc-driver.o
-
-mc-allocator-driver-objs := mc-allocator.o \
- dpmcp.o \
- dpbp.o
+ dprc-driver.o \
+ mc-allocator.o \
+ dpmcp.o \
+ dpbp.o
OpenPOWER on IntegriCloud