Force ipv6 when building with fakeuip
This commit is contained in:
parent
72d49c20af
commit
cc7fea92d2
|
@ -36,6 +36,11 @@ CONTIKIBOARD=.
|
|||
|
||||
CONTIKI_PLAT_DEFS = -DF_CPU=8000000UL -DAVRGCC -DAUTO_CRC_PADDING=2 -DJACKDAW=1
|
||||
|
||||
#The no-net build using fakeuip.c is always ipv6
|
||||
ifdef CONTIKI_NO_NET
|
||||
CONTIKI_PLAT_DEFS+= -DUIP_CONF_IPV6=1
|
||||
endif
|
||||
|
||||
|
||||
MCU=at90usb1287
|
||||
AVRDUDE_PROGRAMMER=jtag2
|
||||
|
|
Loading…
Reference in a new issue