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})
2323set (MDK_DIR ${SOC_DIR} /mdk)
2424
2525if (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" )
3127endif ()
3228
3329zephyr_include_directories(${NRFX_DIR} )
3430zephyr_include_directories(${INC_DIR} )
3531zephyr_include_directories(${BSP_DIR} )
36- zephyr_include_directories(${SOC_DIR} )
3732zephyr_include_directories(${SOC_DIR} /templates)
38- zephyr_include_directories(${MDK_DIR} )
3933zephyr_include_directories(.)
4034
4135include (${SOC_DIR} /zephyr/nrfx.cmake OPTIONAL )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments