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:
Charlie Birks 2021-01-29 19:46:23 +00:00 committed by Graham Sanderson
parent 143657b875
commit d2127cead0

View File

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