No SOURCES given to Zephyr library

We have a custom nRF9160 board in a dedicated directory (out-of-tree board). It is a near copy of the nrf9160dk_nrf9160 folder with hardware changes and additions.We are now trying to implement Serial LTE Modem with the custom board in the build configuration but is not compiling giving the error:

No SOURCES given to Zephyr library: drivers__console

Excluding target from build.

When building for the nrf9160dk_nrf9160_ns there are no errors.

I went over the files several times and do not see the difference but there must be something.

My compilin log:

nrf_custom_log.zip

My board folder:

nrf9160_sica_b1.zip

My project:

3618.serial_lte_modem.zip

Sorry but I have spent hours and cannot see the difference.

Thanks for your help!

Alex

Related