NuttX hrt: move into arch-specific directory

This commit is contained in:
Beat Küng
2019-08-26 16:04:46 +02:00
parent 1cb6c36a00
commit bd1b267baa
11 changed files with 81 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ target_link_libraries(nuttx_arch
drivers_arch
drivers_boards_common
drivers_boards_common_arch
arch_hrt
)
target_link_libraries(nuttx_c INTERFACE nuttx_drivers)