Commit 636f3fdf authored by Federico Vaga's avatar Federico Vaga

Makefile: explain a bit SUBMODULE_VERSIONS variable

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 3f42d791
......@@ -16,7 +16,8 @@ obj-m += triggers/
# src is defined byt the kernel Makefile, but we want to use it also in our
# local Makefile (tools, lib)
# add versions of supermodule
# add versions of supermodule. It is useful when ZIO is included as sub-module
# of a bigger project that we want to track
ifdef CONFIG_SUPER_REPO
ifdef CONFIG_SUPER_REPO_VERSION
SUBMODULE_VERSIONS += MODULE_INFO(version_$(CONFIG_SUPER_REPO),\"$(CONFIG_SUPER_REPO_VERSION)\");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment