From 24f965425d616310a3d867b30d8ad35f9d1c7bd6 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 16 Feb 2026 09:53:20 +0100 Subject: [PATCH] make: remove machine without board from smoketest Signed-off-by: deadprogram --- GNUmakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index de77ac41f..368fedc91 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -927,8 +927,6 @@ ifneq ($(XTENSA), 0) @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target=esp32s3-wroom1 examples/mcp3008 @$(MD5SUM) test.bin - $(TINYGO) build -size short -o test.bin -target=esp32s3 examples/mcp3008 - @$(MD5SUM) test.bin endif $(TINYGO) build -size short -o test.bin -target=esp-c3-32s-kit examples/blinky1 @$(MD5SUM) test.bin