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

TEST_GEN_PROGS := udmabuf

top_srcdir ?=../../../../..

include ../../lib.mk