summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qbman/Makefile
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@nxp.com>2016-09-22 18:04:09 +0300
committerScott Wood <oss@buserror.net>2016-09-25 02:38:59 -0500
commitc535e923bb97a4b361e89a6383693482057f8b0c (patch)
tree68952ce173c7250b84931d1db91ad71747330919 /drivers/soc/fsl/qbman/Makefile
parent1f9c0a77278bc9ec7df14bbd799fccfabff1010a (diff)
soc/fsl: Introduce DPAA 1.x QMan device driver
This driver enables the Freescale DPAA 1.x Queue Manager block. QMan is a hardware accelerator that manages frame queues. It allows CPUs and other accelerators connected to the SoC datapath to enqueue and dequeue ethernet frames, thus providing the infrastructure for data exchange among CPUs and datapath accelerators. Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'drivers/soc/fsl/qbman/Makefile')
-rw-r--r--drivers/soc/fsl/qbman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/soc/fsl/qbman/Makefile b/drivers/soc/fsl/qbman/Makefile
index 855c3ac0f89e..6e0ee30b2834 100644
--- a/drivers/soc/fsl/qbman/Makefile
+++ b/drivers/soc/fsl/qbman/Makefile
@@ -1,2 +1,3 @@
-obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o bman_portal.o \
- bman.o
+obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o qman_ccsr.o \
+ bman_portal.o qman_portal.o \
+ bman.o qman.o