1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_pnet/Makefile
2014-04-01 23:42:00 +02:00

10 lines
188 B
Makefile

export PROJECT = test_pnet
include ../Makefile.tests_common
USEMODULE += posix
USEMODULE += pnet
USEMODULE += vtimer
USEMODULE += defaulttransceiver
include $(RIOTBASE)/Makefile.include