Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zio
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
misc
zio
Commits
636f3fdf
Commit
636f3fdf
authored
9 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: explain a bit SUBMODULE_VERSIONS variable
Signed-off-by:
Federico Vaga
<
federico.vaga@gmail.com
>
parent
3f42d791
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kbuild
+2
-1
2 additions, 1 deletion
Kbuild
with
2 additions
and
1 deletion
Kbuild
+
2
−
1
View file @
636f3fdf
...
@@ -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)\");
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment