Skip to content

Commit 33617ed

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 740a944 commit 33617ed

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
@@ -136,3 +136,9 @@ if(CONFIG_USE_RX_RDP_LVD)
136136
rdp/src/r_lvd_rx/src
137137
rdp/src/r_lvd_rx/src/targets/${CONFIG_SOC_SERIES})
138138
endif()
139+
140+
if(CONFIG_HAS_MAPPED_INTERRUPTS)
141+
zephyr_library_sources(
142+
rdp/src/r_bsp/mcu/${CONFIG_SOC_SERIES}/mcu_mapped_interrupts.c
143+
)
144+
endif()

0 commit comments

Comments
 (0)