Skip to content
Snippets Groups Projects
Commit 16e958e3 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

make: include Makefile.iotlab for iotlab-* goals

parent 7367cbbc
Branches
No related tags found
No related merge requests found
...@@ -436,5 +436,7 @@ info-modules: ...@@ -436,5 +436,7 @@ info-modules:
@for i in $(sort $(USEMODULE)); do echo $$i; done @for i in $(sort $(USEMODULE)); do echo $$i; done
ifneq (,$(filter iotlab-m3 wsn430-v1_3b wsn430-v1_4,$(BOARD))) 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 endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment