mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #8638 from aabadie/pr/tools/edbg_typo
dist/tools/edbg: fix typo in comment
This commit is contained in:
commit
21a792dd8a
2
dist/tools/edbg/Makefile
vendored
2
dist/tools/edbg/Makefile
vendored
@ -8,7 +8,7 @@ PKG_BUILDDIR=$(CURDIR)/bin
|
||||
|
||||
all: git-download
|
||||
# Start edbg build in a clean environment, so variables set by RIOT's build process
|
||||
# for cross compiling a specific target platfrom are reset and edbg can
|
||||
# for cross compiling a specific target platform are reset and edbg can
|
||||
# be built cleanly for the native platform.
|
||||
env -i PATH=$(PATH) TERM=$(TERM) "$(MAKE)" -C $(PKG_BUILDDIR)
|
||||
mv $(PKG_BUILDDIR)/edbg .
|
||||
|
Loading…
Reference in New Issue
Block a user