Home
last modified time | relevance | path

Searched hist:"8 b5f4eb3ab700046b9f41d53544791fa02852551" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/
H A DMakefile8b5f4eb3ab700046b9f41d53544791fa02852551 Mon Jan 25 17:16:55 CST 2021 Masahiro Yamada <masahiroy@kernel.org> net: move CONFIG_NET guard to top Makefile

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.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210125231659.106201-1-masahiroy@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
/openbmc/linux/
H A DMakefile8b5f4eb3ab700046b9f41d53544791fa02852551 Mon Jan 25 17:16:55 CST 2021 Masahiro Yamada <masahiroy@kernel.org> net: move CONFIG_NET guard to top Makefile

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.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210125231659.106201-1-masahiroy@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>