thesis/linux-6.8.1/tools/testing/selftests/dmabuf-heaps/Makefile
2025-03-19 13:44:23 +01:00

6 lines
147 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
TEST_GEN_PROGS = dmabuf-heap
include ../lib.mk