Re: [PATCH 1/4] net: move CONFIG_NET guard to top Makefile

2021-01-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 08:16:55 +0900 you wrote: > When CONFIG_NET is disabled, nothing under the net/ directory is > compiled. Move the CONFIG_NET guard to the top Makefile so the net/ > directory is entirely skipped. > >

[PATCH 1/4] net: move CONFIG_NET guard to top Makefile

2021-01-25 Thread Masahiro Yamada
When CONFIG_NET is disabled, nothing under the net/ directory is compiled. Move the CONFIG_NET guard to the top Makefile so the net/ directory is entirely skipped. When Kbuild visits net/Makefile, CONFIG_NET is obvioulsy 'y' because CONFIG_NET is a bool option. Clean up net/Makefile.