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
b352db7a
Commit
b352db7a
authored
Aug 17, 2021
by
Jim Mussared
Committed by
Damien George
Aug 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rp2/Makefile: Add "submodules" target, to match other ports.
Signed-off-by:
Jim Mussared
<
jim.mussared@gmail.com
>
parent
85adc255
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
ports/rp2/Makefile
ports/rp2/Makefile
+5
-0
ports/rp2/README.md
ports/rp2/README.md
+1
-0
No files found.
ports/rp2/Makefile
View file @
b352db7a
...
...
@@ -20,3 +20,8 @@ all:
clean
:
$(RM)
-rf
$(BUILD)
GIT_SUBMODULES
+=
lib/pico-sdk lib/tinyusb
submodules
:
$(MAKE)
-f
../../py/mkrules.mk
GIT_SUBMODULES
=
"
$(GIT_SUBMODULES)
"
submodules
ports/rp2/README.md
View file @
b352db7a
...
...
@@ -29,6 +29,7 @@ Building of the RP2 firmware is done entirely using CMake, although a simple
Makefile is also provided as a convenience. To build the firmware run (from
this directory):
$ make submodules
$ make clean
$ make
...
...
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