1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
2017-01-24 15:17:15 +01:00

13 lines
246 B
Makefile

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