[igt-dev] [PATCH i-g-t] gem_watchdog: Fix autotools build
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Thu Apr 1 11:43:16 UTC 2021
From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Correcting a brain malfunction while typing in Makefile.sources.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
---
tests/Makefile.sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index e992285fedc5..194df8e27dd0 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -464,7 +464,7 @@ TESTS_progs += gem_wait
gem_wait_SOURCES = i915/gem_wait.c
TESTS_progs += gem_watchdog
-gem_exec_watchdog_SOURCES = i915/gem_watchdog.c
+gem_watchdog_SOURCES = i915/gem_watchdog.c
TESTS_progs += gem_workarounds
gem_workarounds_SOURCES = i915/gem_workarounds.c
--
2.27.0
More information about the igt-dev
mailing list