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

12 lines
209 B
Makefile
Raw Normal View History

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = test-power-mgmt
BOARD ?= remote-revb
all: $(CONTIKI_PROJECT)
CONTIKI = ../../../../..
CONTIKI_WITH_RIME = 1
include $(CONTIKI)/Makefile.include