Skip to content

Commit 8be8472

Browse files
committed
config.mk update
1 parent e8df456 commit 8be8472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RTEMSConfig.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
function(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()

0 commit comments

Comments
 (0)