mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Remove a dependecy on Pioasm
This fixes the "'pioasm/pioasm.exe', needed by '...', missing and no known rule to make it" error with ninja.
This commit is contained in:
parent
143657b875
commit
d2127cead0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function(pico_generate_pio_header TARGET PIO)
|
|||
get_filename_component(HEADER_GEN_TARGET ${PIO} NAME_WE)
|
||||
set(HEADER_GEN_TARGET "${TARGET}_${HEADER_GEN_TARGET}_pio_h")
|
||||
|
||||
add_custom_target(${HEADER_GEN_TARGET} DEPENDS ${HEADER} Pioasm)
|
||||
add_custom_target(${HEADER_GEN_TARGET} DEPENDS ${HEADER})
|
||||
|
||||
add_custom_command(OUTPUT ${HEADER}
|
||||
DEPENDS ${PIO}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue