File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111function (rtems_general_config TARGET_NAME RTEMS_INST RTEMS_BSP)
1212
13- include (RTEMSGeneric.cmake)
13+ include (${RTEMS_CONFIG_DIRECTORY} / RTEMSGeneric.cmake)
1414 rtems_generic_config(${TARGET_NAME} ${RTEMS_INST} ${RTEMS_BSP} )
1515
1616 # Not an ideal solution but it will do for now because the number of
@@ -24,9 +24,9 @@ function(rtems_general_config TARGET_NAME RTEMS_INST RTEMS_BSP)
2424 set (CMAKE_ASM_COMPILER ${CMAKE_ASM_COMPILER} PARENT_SCOPE)
2525 set (CMAKE_LINKER ${CMAKE_LINKER} PARENT_SCOPE)
2626
27- include (RTEMSHardware.cmake)
27+ include (${RTEMS_CONFIG_DIRECTORY} / RTEMSHardware.cmake)
2828 rtems_hw_config(${TARGET_NAME} ${RTEMS_INST} ${RTEMS_BSP} )
2929
3030 # No propagation necessary here because we can use target specific settings.
3131
32- endfunction ()
32+ endfunction ()
You can’t perform that action at this time.
0 commit comments