kconfig: Don't source the non-existing zephyr/net/Kconfig

Remove a source statement that is referencing a file that does not
exist. Presumably net/Kconfig was re-organized without this path being
updated so this statement is effectively dead code.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2018-03-13 12:42:28 +01:00 committed by Anas Nashif
commit b2dfb327a2

View file

@ -26,8 +26,6 @@ source "dts/Kconfig"
source "drivers/Kconfig"
source "net/Kconfig"
source "misc/Kconfig"
source "lib/Kconfig"