1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00
RIOT/tests/test_pipe/Makefile
2014-07-28 23:21:27 +02:00

9 lines
158 B
Makefile

APPLICATION = test_pipe
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
USEMODULE += pipe
include $(RIOTBASE)/Makefile.include