Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
338f0849
Commit
338f0849
authored
May 19, 2017
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
parent
436d97b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
py/mkenv.mk
py/mkenv.mk
+3
-3
No files found.
py/mkenv.mk
View file @
338f0849
...
...
@@ -58,9 +58,9 @@ CXX += -m32
LD
+=
-m32
endif
MAKE_FROZEN
=
..
/tools/make-frozen.py
MPY_CROSS
=
..
/mpy-cross/mpy-cross
MPY_TOOL
=
..
/tools/mpy-tool.py
MAKE_FROZEN
=
$(TOP)
/tools/make-frozen.py
MPY_CROSS
=
$(TOP)
/mpy-cross/mpy-cross
MPY_TOOL
=
$(TOP)
/tools/mpy-tool.py
all
:
.PHONY
:
all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment