1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_posix_semaphore/Makefile
2014-03-16 20:00:47 +01:00

9 lines
182 B
Makefile

export PROJECT = test_posix_semaphore
include ../Makefile.tests_common
USEMODULE += posix
export INCLUDES += -I$(RIOTBASE)/sys/posix/include
include $(RIOTBASE)/Makefile.include