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
!14
Resolve "review cvorb"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "review cvorb"
22-review-cvorb
into
master
Overview
4
Commits
20
Changes
9
Merged
Federico Vaga
requested to merge
22-review-cvorb
into
master
2 years ago
Overview
4
Commits
20
Changes
9
Expand
Closes
#22 (closed)
0
0
Merge request reports
Compare
master
version 4
6e0d997a
2 years ago
version 3
92fce4fd
2 years ago
version 2
1b47b5fc
2 years ago
version 1
b2320184
2 years ago
master (base)
and
latest version
latest version
b2f2fbf8
20 commits,
2 years ago
version 4
6e0d997a
19 commits,
2 years ago
version 3
92fce4fd
20 commits,
2 years ago
version 2
1b47b5fc
17 commits,
2 years ago
version 1
b2320184
16 commits,
2 years ago
9 files
+
52
−
91
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
cvorb/driver/Kbuild
+
3
−
1
Options
@@ -2,7 +2,9 @@ ccflags-y += -g -Wall
ccflags-y += -Wstrict-prototypes
ccflags-y += -DGIT_VERSION=\"$(GIT_VERSION)\"
ccflags-y += -I$(M)/../include
ccflags-y += -I$(M)/../../vmebridge/include
ccflags-y += -I$(M)/../../vmebridge-ng/include
KBUILD_EXTRA_SYMBOLS += $(REPO_PARENT)/vmebridge-ng/driver/Module.symvers
obj-m += cvorb.o
Loading