1 # SPDX-License-Identifier: GPL-2.0
2 obj-
$(CONFIG_FSL_DPAA
) += bman_ccsr.o qman_ccsr.o \
3 bman_portal.o qman_portal.o \
4 bman.o qman.o dpaa_sys.o
6 obj-
$(CONFIG_FSL_BMAN_TEST
) += bman-test.o
7 bman-test-y
= bman_test.o
8 bman-test-
$(CONFIG_FSL_BMAN_TEST_API
) += bman_test_api.o
10 obj-
$(CONFIG_FSL_QMAN_TEST
) += qman-test.o
11 qman-test-y
= qman_test.o
12 qman-test-
$(CONFIG_FSL_QMAN_TEST_API
) += qman_test_api.o
13 qman-test-
$(CONFIG_FSL_QMAN_TEST_STASH
) += qman_test_stash.o