tests: clean up test_pthread_barrier Makefile

dev/timer
René Kijewski 9 years ago
parent f3fcc1d5dd
commit 46c669f455

@ -5,17 +5,9 @@ include ../Makefile.tests_common
# exclude boards with insufficient RAM
BOARD_INSUFFICIENT_RAM := stm32f0discovery
## Modules to include.
# Modules to include.
USEMODULE += pthread
USEMODULE += random
USEMODULE += vtimer
CFLAGS += -isystem $(RIOTBASE)/sys/posix/pthread/include
CFLAGS += -isystem $(RIOTBASE)/sys/posix/include
INCLUDES += -I$(RIOTBASE)/sys/posix/pthread/include
INCLUDES += -I$(RIOTBASE)/sys/posix/include
CFLAGS += -ggdb3 -O0
include $(RIOTBASE)/Makefile.include

Loading…
Cancel
Save