Zephyr CMake Warning: No SOURCES given to Zephyr library: drivers__ethernet

Hi,

I am using sample code v1.8.0\zephyr\samples\net\sockets\dumb_http_server to test USB RNDIS

I did some changes in overlay-netusb.conf gile lik

# USB Device settings
CONFIG_USB_DEVICE_STACK=y
CONFIG_NET_CONFIG_AUTO_INIT=y
CONFIG_NET_CONFIG_NEED_IPV4=y

# Select USB Configurations
CONFIG_USB_DEVICE_NETWORK_ECM=n
CONFIG_USB_DEVICE_NETWORK_RNDIS=y
And tried to build code using below command

west build -b bl653_dvk -p -- -DOVERLAY_CONFIG=overlay-netusb.conf

And, I am getting below warning

Warning:

CMake Warning at D:/Nordic_SDK/nCS/v1.8.0/zephyr/CMakeLists.txt:722 (message):
No SOURCES given to Zephyr library: drivers__ethernet

Excluding target from build.

I am using

Toolchain: V1.8.0

board: bl653_dvk

I am new to zephyr and not sure how to resolve this.

Can anyone please suggest ?

Thanks!! 

Related