1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_thread_cooperation/Makefile
2014-04-28 14:12:47 +02:00

15 lines
360 B
Makefile

export PROJECT = test_thread_cooperation
include ../Makefile.tests_common
BOARD_BLACKLIST := chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag
# chronos: not enough RAM
# mbed_lpc1768: not enough RAM
# msb-430: not enough RAM
# msb-430h: not enough RAM
# redbee-econotag: not enough RAM
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include