mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arch/risc-v/espressif: Fix CMake irq.h header ordering race
Ensure esp-hal copied headers are generated during nuttx_context so parallel CMake builds cannot compile sources before arch/chip/irq.h exists. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
f401467a94
commit
5053734b50
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ add_custom_command(
|
|||
add_custom_target(copy_esp3rdparty_headers DEPENDS ${_gpio_sig_map} ${_irq})
|
||||
|
||||
add_dependencies(arch copy_esp3rdparty_headers)
|
||||
add_dependencies(nuttx_context copy_esp3rdparty_headers)
|
||||
|
||||
# ##############################################################################
|
||||
# Compiler and Linker Flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue