Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
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
Show more breadcrumbs
cm-projects
RIOT
Commits
b33f8a1b
Commit
b33f8a1b
authored
7 years ago
by
Alexandre Abadie
Browse files
Options
Downloads
Patches
Plain Diff
dist/tools/edbg: fix typo in comment
parent
de6c4831
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dist/tools/edbg/Makefile
+1
-1
1 addition, 1 deletion
dist/tools/edbg/Makefile
with
1 addition
and
1 deletion
dist/tools/edbg/Makefile
+
1
−
1
View file @
b33f8a1b
...
@@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin
...
@@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin
all
:
git-download
all
:
git-download
# Start edbg build in a clean environment, so variables set by RIOT's build process
# Start edbg build in a clean environment, so variables set by RIOT's build process
# for cross compiling a specific target platf
r
om are reset and edbg can
# for cross compiling a specific target platfo
r
m are reset and edbg can
# be built cleanly for the native platform.
# be built cleanly for the native platform.
env
-i
PATH
=
$(
PATH
)
TERM
=
$(
TERM
)
"
$(
MAKE
)
"
-C
$(
PKG_BUILDDIR
)
env
-i
PATH
=
$(
PATH
)
TERM
=
$(
TERM
)
"
$(
MAKE
)
"
-C
$(
PKG_BUILDDIR
)
mv
$(PKG_BUILDDIR)/edbg
.
mv
$(PKG_BUILDDIR)/edbg
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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