mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 00:33:16 +01:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
|
include ../Makefile.tests_common
|
||
|
|
||
|
FEATURES_REQUIRED += cpp
|
||
|
|
||
|
USEMODULE += module
|
||
|
EXTERNAL_MODULE_DIRS += $(CURDIR)/module
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|