summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/Makefile
diff options
context:
space:
mode:
authorJ. German Rivera <German.Rivera@freescale.com>2015-03-05 19:29:10 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-06 17:28:09 -0800
commitbbf9d17d987544bd784fa0a6b99d756b0492e715 (patch)
tree7b267fc25ec82767f8f0bc64c3f34e1ff68d7c09 /drivers/staging/fsl-mc/bus/Makefile
parent31c889653c10ddaf1d2b4a47740e07fa4f10f375 (diff)
downloadop-kernel-dev-bbf9d17d987544bd784fa0a6b99d756b0492e715.zip
op-kernel-dev-bbf9d17d987544bd784fa0a6b99d756b0492e715.tar.gz
staging: fsl-mc: Freescale Management Complex (fsl-mc) bus driver
Platform device driver that sets up the basic bus infrastructure for the fsl-mc bus type, including support for adding/removing fsl-mc devices, register/unregister of fsl-mc drivers, and bus match support to bind devices to drivers. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> Acked-by: Alexander Graf <agraf@suse.de> 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/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/Makefile b/drivers/staging/fsl-mc/bus/Makefile
new file mode 100644
index 0000000..decd339
--- /dev/null
+++ b/drivers/staging/fsl-mc/bus/Makefile
@@ -0,0 +1,14 @@
+#
+# Freescale Management Complex (MC) bus drivers
+#
+# Copyright (C) 2014 Freescale Semiconductor, Inc.
+#
+# This file is released under the GPLv2
+#
+obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o
+
+mc-bus-driver-objs := mc-bus.o \
+ mc-sys.o \
+ dprc.o \
+ dpmng.o
+
OpenPOWER on IntegriCloud