Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / soc / fsl / qbman / Makefile
blob811312ad526fbf488e0463347dddb24a9674abe5
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