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

11 lines
225 B
Makefile
Raw Normal View History

2014-07-30 21:30:22 +02:00
APPLICATION = queue_fairness
2014-03-05 18:33:30 +01:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := mbed_lpc1768 stm32f0discovery pca10000 pca10005
2014-03-05 18:33:30 +01:00
USEMODULE += vtimer
DISABLE_MODULE += auto_init
2014-03-05 18:33:30 +01:00
include $(RIOTBASE)/Makefile.include