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 := \
51
51
lib/cyw43-driver/src/cyw43_lwip.c \
52
52
53
53
PIOASM = $(BUILD ) /pioasm/pioasm/pioasm
54
- .PHONY : PioasmBuild
55
- PioasmBuild : $(PIOASM )
54
+ .PHONY : pioasmBuild
55
+ pioasmBuild : $(PIOASM )
56
56
$(PIOASM ) :
57
57
$(Q ) cmake -S pioasm -B $(BUILD ) /pioasm
58
- $(Q )$(MAKE ) -C $(BUILD ) /pioasm PioasmBuild
58
+ $(Q )$(MAKE ) -C $(BUILD ) /pioasm pioasmBuild
59
59
60
60
$(BUILD ) /cyw43_bus_pio_spi.pio.h : sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio $(PIOASM )
61
61
$(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)
5
5
pico_sdk_init ()
6
6
7
7
set (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