Merge tag 'linux-kselftest-next-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / tools / testing / selftests / dmabuf-heaps / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
3
4 TEST_GEN_PROGS = dmabuf-heap
5
6 include ../lib.mk