aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/dmabuf-heaps/Makefile
blob: 9e7e158d5fa3207da5f7e9b886021c518fae771b (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)

TEST_GEN_PROGS = dmabuf-heap

include ../lib.mk