You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
APPLICATION = pkg_oonf_api |
|
include ../Makefile.tests_common |
|
|
|
BOARD_WHITELIST := native |
|
|
|
USEMODULE += gnrc_ipv6 |
|
USEMODULE += gnrc_sock_udp |
|
USEMODULE += oonf_common |
|
USEMODULE += oonf_rfc5444 |
|
USEPKG += oonf_api |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|