aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/dma/Makefile
blob: cd8c5ece1cba4f24dfd4af7f0cd10f413e3828ef (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -I../../../../usr/include/
CFLAGS += -I../../../../include/

TEST_GEN_PROGS := dma_map_benchmark

include ../lib.mk