Force ipv6 when building with fakeuip

This commit is contained in:
dak664 2010-11-13 16:28:46 +00:00
parent 72d49c20af
commit cc7fea92d2
1 changed files with 5 additions and 0 deletions

View File

@ -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