1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: auto-include testbed support for IoT-LAB

This commit is contained in:
Martine Lenders 2015-07-18 10:54:43 +02:00
parent 8850eb4035
commit 0c424716a6

View File

@ -398,3 +398,7 @@ endif
help:
@$(MAKE) -qp | sed -ne 's/\(^[a-z][a-z_-]*\):.*/\1/p' | sort | uniq
ifneq (,$(filter iot-lab_M3 wsn430-v1_3b wsn430-v1_4,$(BOARD)))
include $(RIOTBASE)/dist/testbed-support/Makefile.iotlab
endif