diff --git a/boards/arm/thingy91_nrf9160/CMakeLists.txt b/boards/arm/thingy91_nrf9160/CMakeLists.txt index c8c7a866f5..d7cecec7c7 100644 --- a/boards/arm/thingy91_nrf9160/CMakeLists.txt +++ b/boards/arm/thingy91_nrf9160/CMakeLists.txt @@ -6,7 +6,6 @@ if(CONFIG_BOARD_THINGY91_NRF9160 AND NOT DEFINED CONFIG_MCUBOOT) zephyr_library() - zephyr_library_sources(adp5360_init.c) endif() if(CONFIG_BOARD_THINGY91_NRF9160_NS) @@ -14,7 +13,6 @@ if(CONFIG_BOARD_THINGY91_NRF9160_NS) # as we can't instruct TF-M to run it. if(CONFIG_BUILD_WITH_TFM) zephyr_library() - zephyr_library_sources(adp5360_init.c) endif() # Use static partition layout to ensure the partition layout remains