File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,13 @@ set(SOC_DIR ${BSP_DIR}/${CONFIG_SOC_NORDIC_BSP_NAME})
23
23
set (MDK_DIR ${SOC_DIR} /mdk)
24
24
25
25
if (NOT CONFIG_SOC_NORDIC_BSP_NAME STREQUAL "stable" )
26
- zephyr_compile_definitions(NRFX_BSP_NRF_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /mdk/nrf.h" )
27
- zephyr_compile_definitions(NRFX_BSP_ERRATAS_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /mdk/nrf_erratas.h" )
28
- zephyr_compile_definitions(NRFX_BSP_SOC_IRQS_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /soc/nrfx_irqs.h" )
29
- zephyr_compile_definitions(NRFX_BSP_NRFX_EXT_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /nrfx_ext.h" )
30
- zephyr_compile_definitions(NRFX_BSP_NRFX_COREDEP_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /soc/nrfx_coredep_defs.h" )
26
+ zephyr_compile_definitions(NRFX_BSP_NRF_PATH="${CONFIG_SOC_NORDIC_BSP_NAME} /bsp.h" )
31
27
endif ()
32
28
33
29
zephyr_include_directories(${NRFX_DIR} )
34
30
zephyr_include_directories(${INC_DIR} )
35
31
zephyr_include_directories(${BSP_DIR} )
36
- zephyr_include_directories(${SOC_DIR} )
37
32
zephyr_include_directories(${SOC_DIR} /templates)
38
- zephyr_include_directories(${MDK_DIR} )
39
33
zephyr_include_directories(.)
40
34
41
35
include (${SOC_DIR} /zephyr/nrfx.cmake OPTIONAL )
You can’t perform that action at this time.
0 commit comments