From eb6dca0e92424491ec678bd6774a040f97321f7a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 Apr 2021 18:26:17 +0100 Subject: [PATCH] Makefile: fix for-wdt Oops! Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5681cae..42989545 100644 --- a/Makefile +++ b/Makefile @@ -321,7 +321,7 @@ stamp/at-%.check: $(AT_DEPS) $(AT_RUN) $(stamp) -for-wdt: $(AT_DEPS) +for-wdt: $(WDT_DEPS) stamp/wdt-%.check: $(WDT_DEPS) $(WDT_RUN) $(stamp) -- 2.30.2