a6d348917d
Zoul RE-Mote revision B is supported. Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
13 lines
190 B
Makefile
13 lines
190 B
Makefile
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
|
CONTIKI = ../..
|
|
|
|
all: example-fat
|
|
|
|
CONTIKI_WITH_RIME = 1
|
|
|
|
ifeq ($(TARGET), zoul)
|
|
BOARD ?= remote-revb
|
|
endif
|
|
|
|
include $(CONTIKI)/Makefile.include
|