diff options
author | 2021-01-26 08:16:56 +0900 | |
---|---|---|
committer | 2021-01-27 17:03:52 -0800 | |
commit | 1e328ed559201c4a3733b148b0afe3cfb4ad8b45 (patch) | |
tree | 1c15bd1bbaf6c081600409758727c9f218bc7a3e /net/switchdev | |
parent | net: move CONFIG_NET guard to top Makefile (diff) | |
download | wireguard-linux-1e328ed559201c4a3733b148b0afe3cfb4ad8b45.tar.xz wireguard-linux-1e328ed559201c4a3733b148b0afe3cfb4ad8b45.zip |
net: dcb: use obj-$(CONFIG_DCB) form in net/Makefile
CONFIG_DCB is a bool option. Change the ifeq conditional to the
standard obj-$(CONFIG_DCB) form.
Use obj-y in net/dcb/Makefile because Kbuild visits this Makefile
only when CONFIG_DCB=y.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210125231659.106201-2-masahiroy@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/switchdev')
0 files changed, 0 insertions, 0 deletions