nes-proj/examples/platform-specific/zoul/rev-b/Makefile

12 lines
189 B
Makefile
Raw Normal View History

CONTIKI_PROJECT = test-power-mgmt
BOARD ?= remote-revb
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = zoul
BOARDS_ONLY = remote-revb
2017-05-17 20:24:41 +00:00
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include