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

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/7690/head
Jim Mussared 2021-08-17 20:40:20 +10:00 zatwierdzone przez Damien George
rodzic 85adc25558
commit b352db7a63
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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