From 998e0a4aedf10fb5f7c271018cd80d874668bf55 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 23 Jan 2019 13:49:01 +0100 Subject: automake: Remove VC4/V3D build support Eric is using meson nowadays. v2: Fix up the test filter, meson lists now contain more than in the automake lists. Cc: Eric Anholt Reviewed-by: Eric Anholt Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- tests/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f399ce3..2e0d1f85 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,12 +10,6 @@ if HAVE_LIBDRM_NOUVEAU TESTS_progs += $(NOUVEAU_TESTS) endif -if BUILD_VC4 - TESTS_progs += $(VC4_TESTS) -endif - -TESTS_progs += $(V3D_TESTS) - if HAVE_CHAMELIUM TESTS_progs += \ kms_chamelium \ -- cgit v1.2.3