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

12 lines
275 B
Makefile
Raw Normal View History

2014-07-30 21:30:22 +02:00
APPLICATION = pnet
include ../Makefile.tests_common
2014-01-17 12:49:48 +01:00
BOARD_INSUFFICIENT_RAM := chronos msb-430h redbee-econotag telosb wsn430-v1_3b wsn430-v1_4 z1
2014-03-01 19:14:14 +01:00
2014-01-17 12:49:48 +01:00
USEMODULE += posix
USEMODULE += pnet
USEMODULE += vtimer
USEMODULE += defaulttransceiver
2014-01-17 12:49:48 +01:00
include $(RIOTBASE)/Makefile.include