1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/build_system/kconfig/Makefile

12 lines
268 B
Makefile
Raw Normal View History

include ../Makefile.build_system_common
USEMODULE += external_module_1
USEMODULE += external_module_2
EXTERNAL_MODULE_DIRS += external_modules
USEPKG += external_pkg_1
USEPKG += external_pkg_2
EXTERNAL_PKG_DIRS += external_pkgs
2019-10-24 15:06:20 +02:00
include $(RIOTBASE)/Makefile.include