treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-microblaze.git] / tools / testing / selftests / drivers / dma-buf / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -I../../../../../usr/include/
3
4 TEST_GEN_PROGS := udmabuf
5
6 top_srcdir ?=../../../../..
7
8 include ../../lib.mk