1
0
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:
Alexandre Abadie 2018-02-26 08:45:12 +01:00 committed by GitHub
commit 21a792dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .