Fixed broken/unclear Ipv6 configuration with CFLAG.

This commit is contained in:
Matthias Kovatsch 2013-06-19 16:03:49 +02:00
parent a8653f1a70
commit 9b56ffefa5

View File

@ -11,6 +11,8 @@ WITH_COAP=13
WITH_UIP6=1
# for some platforms
UIP_CONF_IPV6=1
# IPv6 make config disappeared completely
CFLAGS += -DUIP_CONF_IPV6=1
CONTIKI=../..
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"