modules: hal_gigadevice: include module headers

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

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2021-11-01 21:41:06 +01:00 committed by Anas Nashif
commit df6dd42ca3

View file

@ -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)