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
!17
Resolve "review mttn"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "review mttn"
25-review-mttn
into
master
Overview
1
Commits
1
Changes
3
Merged
Federico Vaga
requested to merge
25-review-mttn
into
master
2 years ago
Overview
1
Commits
1
Changes
3
Expand
Closes
#25 (closed)
0
0
Merge request reports
Compare
master
version 1
92110cba
2 years ago
master (base)
and
latest version
latest version
46a9b144
1 commit,
2 years ago
version 1
92110cba
1 commit,
2 years ago
3 files
+
19
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
mttn/test/jtag/tool/GNUmakefile
+
4
−
4
Options
@@ -12,7 +12,7 @@ CFLAGS = -g -I. -I$(ENV_PREFIX)/usr/include/headers_ppc \
-I
/acc/sys/ppc/sys/include/family/
$(
CPU
)
-Wall
\
-DCOMPILE_TIME
=
$(
COMPILE_TIME
)
LDLIBS
=
-lvme
ALL
=
jtag
.
$(
CPU
)
ALL
=
jtag
SRCS
=
jtag.c lenval.c micro.c ports.c smemio.c
HDRS
=
lenval.h micro.h ports.h
@@ -23,9 +23,9 @@ clean:
# Run on Workstation only
jtag.
$(CPU).
o
:
$(SRCS) $(HDRS)
jtag.o
:
$(SRCS) $(HDRS)
jtag
.$(CPU)
:
jtag.$(CPU)
.o
jtag
:
jtag
.o
install
:
jtag
.$(CPU)
install
:
jtag
dsc_install jtag.ppc /dsc/tst/ppc/ces/ctx1
Loading