cmake: try to compile and link everything for MPU

Unfortunately this still gives linking errors.
This commit is contained in:
Julian Oes
2016-02-04 12:37:10 +01:00
parent caa94d58a6
commit 5cf3215e38
4 changed files with 4 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ endforeach()
add_subdirectory(src/firmware/${OS})
add_subdirectory(src/lib/DriverFramework/framework/src)
add_subdirectory(src/lib/DriverFramework/drivers/)
#add_dependencies(df_driver_framework nuttx_export_${CONFIG}.stamp)
if (NOT "${OS}" STREQUAL "nuttx")
endif()