mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
328 B
Makefile
16 lines
328 B
Makefile
APPLICATION = condition_variable
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_BLACKLIST := arduino-mega2560
|
|
# arduino-mega2560: unknown type name: clockid_t
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
|
|
|
USEMODULE += posix
|
|
USEMODULE += pthread
|
|
USEMODULE += vtimer
|
|
|
|
CFLAGS += -DNATIVE_AUTO_EXIT
|
|
|
|
include $(RIOTBASE)/Makefile.include
|