mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
182 B
Makefile
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
|