1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_oonf_api/Makefile

13 lines
246 B
Makefile
Raw Normal View History

APPLICATION = pkg_oonf_api
2016-11-23 16:30:47 +01:00
include ../Makefile.tests_common
BOARD_WHITELIST := native
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_conn_udp
USEMODULE += oonf_common
USEMODULE += oonf_rfc5444
USEPKG += oonf_api
include $(RIOTBASE)/Makefile.include