mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: include Makefile.iotlab for iotlab-* goals
This commit is contained in:
parent
7367cbbc40
commit
16e958e3b9
@ -436,5 +436,7 @@ info-modules:
|
||||
@for i in $(sort $(USEMODULE)); do echo $$i; done
|
||||
|
||||
ifneq (,$(filter iotlab-m3 wsn430-v1_3b wsn430-v1_4,$(BOARD)))
|
||||
include $(RIOTBASE)/dist/testbed-support/Makefile.iotlab
|
||||
ifneq (,$(filter iotlab-%,$(MAKECMDGOALS)))
|
||||
include $(RIOTBASE)/dist/testbed-support/Makefile.iotlab
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user