mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Don't add DriverFramework dir for NuttX
I am unable to get the nuttx build dependencies set up so that it builds the export dir before it builds df_driver_framework. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -335,10 +335,9 @@ foreach(module ${config_module_list})
|
||||
endforeach()
|
||||
|
||||
add_subdirectory(src/firmware/${OS})
|
||||
add_subdirectory(src/lib/DriverFramework)
|
||||
|
||||
if("${OS}" STREQUAL "nuttx")
|
||||
add_dependencies(df_driver_framework nuttx_export_${BOARD})
|
||||
if (NOT "${OS}" STREQUAL "nuttx")
|
||||
add_subdirectory(src/lib/DriverFramework)
|
||||
endif()
|
||||
|
||||
if (config_io_board)
|
||||
|
||||
Reference in New Issue
Block a user