aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/drivers/dma-buf/Makefile
blob: 441407bb0e801ffba916664c3a682817d42d863c (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += $(KHDR_INCLUDES)

TEST_GEN_PROGS := udmabuf

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

include ../../lib.mk