osd-contiki/examples/llsec/ccm-star-tests/encryption/Makefile

15 lines
243 B
Makefile

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