From 211d410d86c9b1bdd2c1cacbc087ea7985a296b4 Mon Sep 17 00:00:00 2001 From: Marco Grella Date: Fri, 24 Jul 2015 18:19:46 +0200 Subject: [PATCH] USE_SUBGHZ_BOARD fix in Makefile.compile-test --- regression-tests/Makefile.compile-test | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests/Makefile.compile-test b/regression-tests/Makefile.compile-test index 4ca4e3fd7..c32705434 100644 --- a/regression-tests/Makefile.compile-test +++ b/regression-tests/Makefile.compile-test @@ -41,6 +41,7 @@ define dooneexample @echo Building example $(3): $(1) for target $(2) @((cd $(EXAMPLESDIR)/$(1); \ export STM32W_CPUREV=CC; \ + export USE_SUBGHZ_BOARD=IDS01A5; \ make TARGET=$(2) clean && make TARGET=$(2)) > \ $(3)-$(subst /,-,$(1))$(2).report 2>&1 && \ (echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \