summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qbman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/fsl/qbman/Makefile')
-rw-r--r--drivers/soc/fsl/qbman/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soc/fsl/qbman/Makefile b/drivers/soc/fsl/qbman/Makefile
index 6e0ee30b2834..714dd97484b3 100644
--- a/drivers/soc/fsl/qbman/Makefile
+++ b/drivers/soc/fsl/qbman/Makefile
@@ -1,3 +1,7 @@
obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o qman_ccsr.o \
bman_portal.o qman_portal.o \
bman.o qman.o
+
+obj-$(CONFIG_FSL_BMAN_TEST) += bman-test.o
+bman-test-y = bman_test.o
+bman-test-$(CONFIG_FSL_BMAN_TEST_API) += bman_test_api.o