mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dont rely on boards/Makefile.base
This commit is contained in:
parent
a0132f7595
commit
7f7ce44fd8
@ -101,7 +101,7 @@ debug:
|
||||
$(DEBUGGER) $(DEBUGGER_FLAGS)
|
||||
|
||||
buildtest:
|
||||
@for BOARD in $$(sed -n -e 's/ifeq[^,]*,\([^)]*\))/\1/p' $(RIOTBOARD)/Makefile.base); do \
|
||||
@for BOARD in $$(find $(RIOTBOARD) -mindepth 1 -maxdepth 1 -type d \! -name \*-common -printf '%f\n' ); do \
|
||||
echo -n "Building for $${BOARD} .. "; \
|
||||
env -i HOME=$${HOME} PATH=$${PATH} BOARD=$${BOARD} RIOTBASE=$${RIOTBASE} RIOTBOARD=$${RIOTBOARD} RIOTCPU=$${RIOTCPU} $(MAKE) -B clean all >/dev/null 2>&1 && echo "success" || echo "failed" ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user