IoT-Labs/S6/Makefile

7 lines
137 B
Makefile
Raw Normal View History

2020-10-05 10:55:51 +01:00
CONTIKI_PROJECT = power
APPS += powertrace
all: $(CONTIKI_PROJECT)
#UIP_CONF_IPV6=1
CONTIKI = ../..
include $(CONTIKI)/Makefile.include