License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / soc / fsl / qbman / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c535e923
CM
2obj-$(CONFIG_FSL_DPAA) += bman_ccsr.o qman_ccsr.o \
3 bman_portal.o qman_portal.o \
4 bman.o qman.o
97e0d385
CM
5
6obj-$(CONFIG_FSL_BMAN_TEST) += bman-test.o
7bman-test-y = bman_test.o
8bman-test-$(CONFIG_FSL_BMAN_TEST_API) += bman_test_api.o
de775623
CM
9
10obj-$(CONFIG_FSL_QMAN_TEST) += qman-test.o
11qman-test-y = qman_test.o
12qman-test-$(CONFIG_FSL_QMAN_TEST_API) += qman_test_api.o
13qman-test-$(CONFIG_FSL_QMAN_TEST_STASH) += qman_test_stash.o