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
21cc0e5f
Commit
21cc0e5f
authored
1 year ago
by
Vaibhav Gupta
Browse files
Options
Downloads
Patches
Plain Diff
Makefiles: Add missing targets
Signed-off-by:
Vaibhav Gupta
<
vaibhav.gupta@cern.ch
>
parent
22a56012
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
distribution/Makefile
+1
-1
1 addition, 1 deletion
distribution/Makefile
drivers/fmc/Makefile
+4
-0
4 additions, 0 deletions
drivers/fmc/Makefile
tools/Makefile
+1
-1
1 addition, 1 deletion
tools/Makefile
tools/lib/Makefile
+1
-1
1 addition, 1 deletion
tools/lib/Makefile
with
7 additions
and
3 deletions
distribution/Makefile
+
1
−
1
View file @
21cc0e5f
...
...
@@ -83,7 +83,7 @@ ifeq ($(KEEP_TEMP), n)
@
rm
-f
$(
RPM_SPEC
)
endif
clean
:
clean
cleanall
:
@
rm
-rf
$(
BUILD
)
$(
SOURCES
)
*
.tar.gz
$(
RPM_SPEC
)
.PHONY
:
sources sources-tar sources-build
...
...
This diff is collapsed.
Click to expand it.
drivers/fmc/Makefile
+
4
−
0
View file @
21cc0e5f
...
...
@@ -17,4 +17,8 @@ all: modules
clean modules help modules_install coccicheck
:
make
-C
$(
KERNELSRC
)
M
=
$(
shell
pwd
)
$@
cleanall
:
clean
install
:
modules_install
.PHONY
:
all modules clean help install modules_install
This diff is collapsed.
Click to expand it.
tools/Makefile
+
1
−
1
View file @
21cc0e5f
...
...
@@ -31,7 +31,7 @@ $(TOOLS): $(COMMON_SRCS:.c=.o) $(LIB)/libfmc.a
$(LIB)/libfmc.a
:
@$(
MAKE
)
-C
$(
shell
dirname
$@
)
clean
:
clean
cleanall
:
@$(
MAKE
)
-C
$(
LIB
)
$@
rm
-f
$(
TOOLS
)
...
...
This diff is collapsed.
Click to expand it.
tools/lib/Makefile
+
1
−
1
View file @
21cc0e5f
...
...
@@ -38,7 +38,7 @@ $(LIB): $(LOBJ)
$(LIBS_XYZ)
:
$(LIB)
$(
CC
)
-shared
-o
$@
-Wl
,--whole-archive,-soname,
$@
$^
-Wl
,--no-whole-archive
clean
:
clean
cleanall
:
rm
-f
$(
LIB
)
$(
LIBS_XYZ
)
.depend
*
.o
*
~
.depend
:
Makefile $(wildcard *.c *.h ../*.h)
...
...
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