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:
parent
b44b88a6ed
commit
74804ab979
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user