aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/fsl/qbman/Makefile
blob: 7ae199f1664eef3a0758ca11df8a06b32c391b8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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

obj-$(CONFIG_FSL_QMAN_TEST)			+= qman-test.o
qman-test-y					 = qman_test.o
qman-test-$(CONFIG_FSL_QMAN_TEST_API)		+= qman_test_api.o
qman-test-$(CONFIG_FSL_QMAN_TEST_STASH)		+= qman_test_stash.o