1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
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