summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/dmabuf-heaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/dmabuf-heaps/Makefile')
-rw-r--r--tools/testing/selftests/dmabuf-heaps/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/testing/selftests/dmabuf-heaps/Makefile b/tools/testing/selftests/dmabuf-heaps/Makefile
deleted file mode 100644
index 8c4c36e2972d..000000000000
--- a/tools/testing/selftests/dmabuf-heaps/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-CFLAGS += -static -O3 -Wl,-no-as-needed -Wall
-#LDLIBS += -lrt -lpthread -lm
-
-# these are all "safe" tests that don't modify
-# system time or require escalated privileges
-TEST_GEN_PROGS = dmabuf-heap
-
-include ../lib.mk