mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 08:31:44 +01:00
build system: add 'linux' component to common requirements
'linux' component provides some of the common header files, such as 'sys/queue.h' and 'sys/lock.h'. For chip targets, it is possible to include these files without having to add any extra requirements. With this change, the same behavior will apply for the linux target.
This commit is contained in:
@@ -8,7 +8,7 @@ if(${target} STREQUAL "linux")
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS include ${hal_dir}/include ${bootloader_support_dir}/include
|
||||
PRIV_INCLUDE_DIRS include/spi_flash
|
||||
PRIV_REQUIRES linux partition_table)
|
||||
PRIV_REQUIRES partition_table)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user