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
!31
Migrate COHT hardware project to gitlab projects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Migrate COHT hardware project to gitlab projects
33-migrate-coht-hardware-project-to-gitlab-projects
into
master
Overview
10
Commits
11
Changes
211+
Merged
Vasco Guita
requested to merge
33-migrate-coht-hardware-project-to-gitlab-projects
into
master
2 years ago
Overview
2
Commits
11
Changes
211
Expand
Closes
#33 (closed)
0
0
Merge request reports
Compare
master
version 11
09ce4910
1 year ago
version 10
65c54877
2 years ago
version 9
19fb078e
2 years ago
version 8
06210984
2 years ago
version 7
ecab65d2
2 years ago
version 6
912ac5a6
2 years ago
version 5
5cd58ab4
2 years ago
version 4
42165802
2 years ago
version 3
00a7aea8
2 years ago
version 2
b8a813bd
2 years ago
version 1
25ff5985
2 years ago
master (base)
and
latest version
latest version
94c1419e
11 commits,
1 year ago
version 11
09ce4910
10 commits,
1 year ago
version 10
65c54877
13 commits,
2 years ago
version 9
19fb078e
13 commits,
2 years ago
version 8
06210984
13 commits,
2 years ago
version 7
ecab65d2
12 commits,
2 years ago
version 6
912ac5a6
14 commits,
2 years ago
version 5
5cd58ab4
9 commits,
2 years ago
version 4
42165802
8 commits,
2 years ago
version 3
00a7aea8
7 commits,
2 years ago
version 2
b8a813bd
4 commits,
2 years ago
version 1
25ff5985
2 commits,
2 years ago
211+ files
+
30
−
49895
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
211+
Search (e.g. *.vue) (Ctrl+P)
Some changes are not shown.
For a faster browsing experience, only
211 of 211+
files are shown. Download one of the files below to see all changes.
Plain diff
Patches
ctsyn/driver/Kbuild deleted
100644 → 0
+
0
−
27
Options
###############################################################################
# @file Kbuild
#
# @brief TEMPLATE. Specific kbuild for compiling Linux driver
#
# @author Yury GEORGIEVSKIY, CERN.
#
# Should be adapted for a specific driver
#
# @date Created on 29/04/2009
###############################################################################
# Use ccflags-y to pass extra driver compilation flags (if any)
# To compile for 2.6.9 -- EXTRA_CFLAGS should be used instead.
# ccflags-y =
# EXTRA_CFLAGS =
# Use XTRA_DRSC to add driver files to compile from other
#+ then ./driver directories
#+ Path should be relative to the cwd!
# XTRA_DSRC =
# Space separated list of driver directories this driver depends on
DEP_SYMVERS = /acc/src/dsc/drivers/coht/vmebridge
# include standart general kbuild
include $(ROOTDIR)/makefiles/Kbuild
Loading