xref: /linux/tools/testing/selftests/dmabuf-heaps/Makefile (revision b32694cd0724d4ceca2c62cc7c3d3a8d1ffa11fc)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -static -O3 -Wl,-no-as-needed -Wall -I../../../../usr/include
3
4TEST_GEN_PROGS = dmabuf-heap
5
6include ../lib.mk
7