aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/dmabuf-heaps/Makefile
blob: 607c2acd20829ed7ed4ffca6e46568f4b7e0fbfb (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -static -O3 -Wl,-no-as-needed -Wall -I../../../../usr/include

TEST_GEN_PROGS = dmabuf-heap

include ../lib.mk