Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 754e0b0e35608ed5206d6a67a791563c631cec07 authored by Linus Torvalds on 13 February 2022, 20:13:30 UTC
Linux 5.17-rc4
Tip revision: 754e0b0
Makefile
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_FSL_DPAA)                          += bman_ccsr.o qman_ccsr.o \
						   bman_portal.o qman_portal.o \
						   bman.o qman.o dpaa_sys.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
back to top