Commit df6dd42c authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Anas Nashif
Browse files

modules: hal_gigadevice: include module headers



Include the module `include` folder to allow access to the dt-bindings
helpers.

Signed-off-by: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent a6031716
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ zephyr_compile_definitions(${gd32_soc_uc})
# Global includes to be used outside hal_gigadevice
zephyr_include_directories(${gd32_cmsis_dir}/include)
zephyr_include_directories(${gd32_std_dir}/include)
zephyr_include_directories(${ZEPHYR_HAL_GIGADEVICE_MODULE_DIR}/include)

zephyr_library_sources(${gd32_cmsis_dir}/source/system_${CONFIG_SOC_SERIES}.c)