mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
USE_SUBGHZ_BOARD fix in Makefile.compile-test
This commit is contained in:
parent
b271a4a3c3
commit
211d410d86
@ -41,6 +41,7 @@ define dooneexample
|
|||||||
@echo Building example $(3): $(1) for target $(2)
|
@echo Building example $(3): $(1) for target $(2)
|
||||||
@((cd $(EXAMPLESDIR)/$(1); \
|
@((cd $(EXAMPLESDIR)/$(1); \
|
||||||
export STM32W_CPUREV=CC; \
|
export STM32W_CPUREV=CC; \
|
||||||
|
export USE_SUBGHZ_BOARD=IDS01A5; \
|
||||||
make TARGET=$(2) clean && make TARGET=$(2)) > \
|
make TARGET=$(2) clean && make TARGET=$(2)) > \
|
||||||
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
|
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
|
||||||
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
|
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
|
||||||
|
Loading…
Reference in New Issue
Block a user