File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ SRC_CYW43 := \
5151 lib/cyw43-driver/src/cyw43_lwip.c \
5252
5353PIOASM = $(BUILD ) /pioasm/pioasm/pioasm
54- .PHONY : PioasmBuild
55- PioasmBuild : $(PIOASM )
54+ .PHONY : pioasmBuild
55+ pioasmBuild : $(PIOASM )
5656$(PIOASM ) :
5757 $(Q ) cmake -S pioasm -B $(BUILD ) /pioasm
58- $(Q )$(MAKE ) -C $(BUILD ) /pioasm PioasmBuild
58+ $(Q )$(MAKE ) -C $(BUILD ) /pioasm pioasmBuild
5959
6060$(BUILD ) /cyw43_bus_pio_spi.pio.h : sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio $(PIOASM )
6161 $(Q )$(PIOASM ) -o c-sdk $< $@
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ include(../sdk/pico_sdk_init.cmake)
55pico_sdk_init()
66
77set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PICO_SDK_PATH} /tools)
8- find_package (Pioasm REQUIRED)
8+ find_package (pioasm REQUIRED)
You can’t perform that action at this time.
0 commit comments