projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
selftests: drivers: Fix incorrect kernel headers search path
[platform/kernel/linux-starfive.git]
/
tools
/
testing
/
selftests
/
drivers
/
dma-buf
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
CFLAGS += $(KHDR_INCLUDES)
3
4
TEST_GEN_PROGS := udmabuf
5
6
top_srcdir ?=../../../../..
7
8
include ../../lib.mk