Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cohtdrivers
coht
Merge requests
!16
Resolve "review pciioconfig"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "review pciioconfig"
24-review-pciioconfig
into
master
Overview
0
Commits
2
Changes
3
Merged
Federico Vaga
requested to merge
24-review-pciioconfig
into
master
2 years ago
Overview
0
Commits
2
Changes
3
Expand
Closes
#24 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ad9f762a
2 commits,
2 years ago
3 files
+
12
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
pciioconfig/lib/Makefile
+
6
−
10
Options
@@ -11,25 +11,21 @@ CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
# Lib src
LIBSRCS
=
crateconfig.c
all
:
libpciioconfig.
$(CPU).
a
all
:
libpciioconfig.a
libpciioconfig.
$(CPU).
a
:
$(LIBSRCS:.c=.
$(CPU).
o)
libpciioconfig.a
:
$(LIBSRCS:.c=.o)
$(
AR
)
$(
ARFLAGS
)
$@
$^
clean
:
$(
RM
)
*
.
$(
CPU
)
.o
$(
RM
)
libpciioconfig.
$(
CPU
)
.
{
so,a
}
cleanall
:
$(
RM
)
*
.
{
$(
ALL_CPUS_COMMAS
)
}
.o
$(
RM
)
libpciioconfig.
{
$(
ALL_CPUS_COMMAS
)
}
.
{
so,a
}
clean cleanall
:
$(
RM
)
*
.o
$(
RM
)
libpciioconfig.
{
so,a
}
HEADERS_LIST
=
crateconfig.h
# use default instalation rule for headers
install
:
install_headers_global
LIBS_LIST
=
libpciioconfig.
$(
CPU
)
.
a
LIBS_LIST
=
libpciioconfig.a
# use default instalation rule for libs
install
:
install_libs_global
Loading