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

12 lines
189 B
Makefile

CONTIKI_PROJECT = test-power-mgmt
BOARD ?= remote-revb
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = zoul
BOARDS_ONLY = remote-revb
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include