Skip to content
Snippets Groups Projects
Commit 636f3fdf authored by Federico Vaga's avatar Federico Vaga
Browse files

Makefile: explain a bit SUBMODULE_VERSIONS variable


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent 3f42d791
Branches
Tags
No related merge requests found
...@@ -16,7 +16,8 @@ obj-m += triggers/ ...@@ -16,7 +16,8 @@ obj-m += triggers/
# src is defined byt the kernel Makefile, but we want to use it also in our # src is defined byt the kernel Makefile, but we want to use it also in our
# local Makefile (tools, lib) # 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
ifdef CONFIG_SUPER_REPO_VERSION ifdef CONFIG_SUPER_REPO_VERSION
SUBMODULE_VERSIONS += MODULE_INFO(version_$(CONFIG_SUPER_REPO),\"$(CONFIG_SUPER_REPO_VERSION)\"); SUBMODULE_VERSIONS += MODULE_INFO(version_$(CONFIG_SUPER_REPO),\"$(CONFIG_SUPER_REPO_VERSION)\");
......
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