1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 19:52:45 +01:00
RIOT/tests/kconfig/Makefile

8 lines
175 B
Makefile
Raw Normal View History

2019-10-24 15:06:20 +02:00
include ../Makefile.tests_common
USEMODULE += external_module_1
USEMODULE += external_module_2
EXTERNAL_MODULE_DIRS += external_modules
2019-10-24 15:06:20 +02:00
include $(RIOTBASE)/Makefile.include