Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FMC Software Support
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Projects
FMC Software Support
Commits
0b1749b0
Commit
0b1749b0
authored
5 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
minor clean up in building files
Signed-off-by:
Federico Vaga
<
federico.vaga@cern.ch
>
parent
26970ac1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/fmc/Kbuild
+3
-2
3 additions, 2 deletions
drivers/fmc/Kbuild
drivers/fmc/Makefile
+2
-2
2 additions, 2 deletions
drivers/fmc/Makefile
drivers/fmc/fmc-core.c
+2
-0
2 additions, 0 deletions
drivers/fmc/fmc-core.c
with
7 additions
and
4 deletions
drivers/fmc/Kbuild
+
3
−
2
View file @
0b1749b0
...
...
@@ -4,14 +4,15 @@
ifdef CONFIG_SUPER_REPO
ifdef CONFIG_SUPER_REPO_VERSION
SUBMODULE_VERSIONS += MODULE_INFO(version_$(CONFIG_SUPER_REPO),\"$(CONFIG_SUPER_REPO_VERSION)\");
SUBMODULE_VERSIONS
-y
+= MODULE_INFO(version_$(CONFIG_SUPER_REPO),\"$(CONFIG_SUPER_REPO_VERSION)\");
endif
endif
# The library includes <sdb.h>, so point -I directtly there
# include our header before to avoid conflicts with the kernel
LINUXINCLUDE := -I$(src)/include -I$(src)/../../include -I$(src)/../../include/linux $(LINUXINCLUDE)
ccflags-y += -DADDITIONAL_VERSIONS="$(SUBMODULE_VERSIONS-y)"
ccflags-y += -Werror
ccflags-y += -I$(src)/../../include
obj-$(CONFIG_FMC) = fmc.o
...
...
This diff is collapsed.
Click to expand it.
drivers/fmc/Makefile
+
2
−
2
View file @
0b1749b0
...
...
@@ -14,7 +14,7 @@ export CONFIG_FMC=m
all
:
modules
modules help
install
modules_install
:
make
-C
$(
LINUX
)
M
=
$(
shell
pwd
)
clean
modules help modules_install
:
make
-C
$(
LINUX
)
M
=
$(
shell
pwd
)
$@
.PHONY
:
all modules clean help install modules_install
This diff is collapsed.
Click to expand it.
drivers/fmc/fmc-core.c
+
2
−
0
View file @
0b1749b0
...
...
@@ -466,3 +466,5 @@ MODULE_LICENSE("GPL v2");
subsys_initcall
(
fmc_init
);
module_exit
(
fmc_exit
);
ADDITIONAL_VERSIONS
;
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