Minor formatting change.
This commit is contained in:
parent
b21b874801
commit
f40cfa2f42
1 changed files with 8 additions and 8 deletions
|
@ -53,7 +53,7 @@ LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \
|
|||
print-stats.c ifft.c crc16.c random.c
|
||||
|
||||
ifdef UIP_CONF_IPV6
|
||||
CFLAGS+=-DUIP_CONF_IPV6=1
|
||||
CFLAGS += -DUIP_CONF_IPV6
|
||||
UIP = uip6.c tcpip.c psock.c uip-udp-packet.c uip-split.c \
|
||||
uip-over-mesh.c resolv.c hc.c tcpdump.c uiplib.c
|
||||
NET = $(UIP) uip-icmp6.c uip-nd6.c uip-nd6-io.c uip-netif.c sicslowpan.c
|
||||
|
|
Loading…
Add table
Reference in a new issue