mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
dist: make iotlab-exp dependent on all
iotlab-exp uses `$(ELFFILE)` for the first flash so it needs to be there.
This commit is contained in:
parent
044d3c704e
commit
0566471173
2
dist/testbed-support/Makefile.iotlab
vendored
2
dist/testbed-support/Makefile.iotlab
vendored
@ -11,7 +11,7 @@ IOTLAB_EXP_ID ?= $(shell experiment-cli get -l --state Running | grep -m 1 '"i
|
||||
$(IOTLAB_AUTH):
|
||||
auth-cli -u $(IOTLAB_USER)
|
||||
|
||||
iotlab-exp: $(IOTLAB_AUTH)
|
||||
iotlab-exp: $(IOTLAB_AUTH) all
|
||||
ifeq (,$(AD))
|
||||
@echo "experiment-cli submit -d $(IOTLAB_DURATION) -l $(IOTLAB_NODES),archi=$(IOTLAB_TYPE)+site=$(IOTLAB_SITE),$(ELFFILE),$(IOTLAB_PROFILE) -n riot_makefile_experiment"
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user