Skip to content

Commit

Permalink
Merge pull request contiki-os#1805 from mdlemay/ipv6-link-stats
Browse files Browse the repository at this point in the history
galileo: Build link-stats.c when IPv6 is enabled
  • Loading branch information
Nicolas Tsiftes authored Aug 8, 2016
2 parents d43f2e2 + 836fa4d commit 956497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/galileo/Makefile.galileo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o}
CONTIKI_SOURCEFILES += contiki-main.c clock.c rtimer-arch.c gpio-pcal9535a.c pwm-pca9685.c galileo-pinmux.c eth-proc.c eth-conf.c

ifeq ($(CONTIKI_WITH_IPV6),1)
CONTIKI_SOURCEFILES += nbr-table.c packetbuf.c linkaddr.c
CONTIKI_SOURCEFILES += nbr-table.c packetbuf.c linkaddr.c link-stats.c
endif

PROJECT_SOURCEFILES += newlib-syscalls.c
Expand Down

0 comments on commit 956497a

Please sign in to comment.