summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2021-04-01 12:43:16 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2021-04-01 13:51:37 +0100
commit03905dc18a28978d1ca7430ca2c3de96411bdc48 (patch)
treed3ecf7b298853bee69aa7242838419d91e6db091
parentc37c8443313a9de4d6a286f755702524e00bae1b (diff)
gem_watchdog: Fix autotools build
Correcting a brain malfunction while typing in Makefile.sources. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index e992285f..194df8e2 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