de77562339
Add self tests for the DPAA 1.x Queue Manager driver. The tests ensure that the driver can properly enqueue and dequeue to/from frame queues using the QMan portal infrastructure. 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>
13 lines
530 B
Makefile
13 lines
530 B
Makefile
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
|