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:
parent
422bc240b4
commit
b2dfb327a2
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ source "dts/Kconfig"
|
|||
|
||||
source "drivers/Kconfig"
|
||||
|
||||
source "net/Kconfig"
|
||||
|
||||
source "misc/Kconfig"
|
||||
|
||||
source "lib/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue