From 6196e03337a3c677aba0c74e815af16e7075bc71 Mon Sep 17 00:00:00 2001 From: xucheng5 Date: Fri, 11 Aug 2023 16:02:55 +0800 Subject: [PATCH] testing/drivertest : fix build error Signed-off-by: xucheng5 --- testing/drivertest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/drivertest/Makefile b/testing/drivertest/Makefile index 3bccede60..55ac693d1 100644 --- a/testing/drivertest/Makefile +++ b/testing/drivertest/Makefile @@ -57,6 +57,7 @@ ifneq ($(CONFIG_SIG_EVTHREAD),) MAINSRC += drivertest_posix_timer.c PROGNAME += cmocka_posix_timer endif +endif ifneq ($(CONFIG_WATCHDOG),) ifneq ($(CONFIG_BOARDCTL_RESET_CAUSE),)