Fixed broken/unclear Ipv6 configuration with CFLAG.
This commit is contained in:
parent
a8653f1a70
commit
9b56ffefa5
|
@ -11,6 +11,8 @@ WITH_COAP=13
|
||||||
WITH_UIP6=1
|
WITH_UIP6=1
|
||||||
# for some platforms
|
# for some platforms
|
||||||
UIP_CONF_IPV6=1
|
UIP_CONF_IPV6=1
|
||||||
|
# IPv6 make config disappeared completely
|
||||||
|
CFLAGS += -DUIP_CONF_IPV6=1
|
||||||
|
|
||||||
CONTIKI=../..
|
CONTIKI=../..
|
||||||
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
|
||||||
|
|
Loading…
Reference in a new issue