Skip to content

Commit

Permalink
added Makefile requirements for Thread
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Aug 1, 2016
1 parent 32cad09 commit 55c6c0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/openthread_posix_example/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APPLICATION = openthread_example
APPLICATION = openthread_posix_example

# If no BOARD is found in the environment, use this default:
BOARD ?= samr21-xpro
Expand Down Expand Up @@ -44,4 +44,8 @@ USEMODULE += ipv6_addr
CXXEXFLAGS += -fno-rtti
USEMODULE += cpp11-compat

# Needed by posix_sockets example
USEMODULE += posix_sockets
USEMODULE += conn_udp

include $(RIOTBASE)/Makefile.include

0 comments on commit 55c6c0d

Please sign in to comment.