Skip to content

Commit d6a61a4

Browse files
committed
hal: renesas: rx: Add mcu_mapped_interrupt library source
Not all RX MCUs have mapped interrupt feature, add dependency config on CMakeLists Signed-off-by: Quy Tran <[email protected]>
1 parent bc51c0b commit d6a61a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/rx/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@ if(CONFIG_USE_RX_RDP_CTSU)
152152
endif()
153153

154154
zephyr_compile_definitions_ifdef(CONFIG_INPUT_RENESAS_RX_QE_TOUCH_CFG QE_TOUCH_CONFIGURATION)
155+
156+
if(CONFIG_HAS_MAPPED_INTERRUPTS)
157+
zephyr_library_sources(
158+
rdp/src/r_bsp/mcu/${CONFIG_SOC_SERIES}/mcu_mapped_interrupts.c
159+
)
160+
endif()

0 commit comments

Comments
 (0)