Commit b352db7a authored by Jim Mussared's avatar Jim Mussared Committed by Damien George

rp2/Makefile: Add "submodules" target, to match other ports.

Signed-off-by: default avatarJim Mussared <jim.mussared@gmail.com>
parent 85adc255
......@@ -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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment