1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

pthread_cleanup: fixup for #798

This commit is contained in:
René Kijewski 2014-04-04 18:02:15 +02:00
parent b44b88a6ed
commit 74804ab979

View File

@ -3,10 +3,4 @@ include ../Makefile.tests_common
USEMODULE += pthread
ifeq ($(BOARD),native)
CFLAGS += -isystem $(RIOTBASE)/sys/posix/pthread/include
else
INCLUDES += -I$(RIOTBASE)/sys/posix/pthread/include
endif
include $(RIOTBASE)/Makefile.include