osd-contiki/regression-tests/03-base/code/Makefile
2017-03-09 16:47:24 +09:00

9 lines
171 B
Makefile

all: test-ringbufindex
CFLAGS += -D PROJECT_CONF_H=\"project-conf.h\"
APPS += unit-test
CONTIKI = ../../..
CONTIKI_WITH_IPV6 = 1
include $(CONTIKI)/Makefile.include