1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
2014-05-23 14:29:52 +02:00

15 lines
287 B
Makefile

PROJECT = test_pthread_rwlock
include ../Makefile.tests_common
USEMODULE += pthread
USEMODULE += vtimer
USEMODULE += random
DISABLE_MODULE += auto_init
CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_RAM += chronos mbed_lpc1768 msb-430 msb-430h
include $(RIOTBASE)/Makefile.include