Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
remove platforms__nuttx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Apr 1, 2018
1 parent 843ad72 commit f98ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if("${DF_TARGET}" STREQUAL "nuttx")
SyncObj.cpp
Time.cpp
)
add_dependencies(df_driver_framework platforms__nuttx)
add_dependencies(df_driver_framework prebuild_targets)
else()
df_add_library(df_driver_framework
DriverFramework.cpp
Expand Down

0 comments on commit f98ea65

Please sign in to comment.