1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-14 07:29:53 +00:00

12 lines
207 B
Makefile

CONTIKI_PROJECT = tests
all: $(CONTIKI_PROJECT)
CONTIKI = ../../../..
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
#linker optimizations
SMALL=1
CONTIKI_WITH_IPV6 = 1
include $(CONTIKI)/Makefile.include