commit | 1e328ed559201c4a3733b148b0afe3cfb4ad8b45 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <[email protected]> | Tue Jan 26 08:16:56 2021 +0900 |
committer | Jakub Kicinski <[email protected]> | Wed Jan 27 17:03:52 2021 -0800 |
tree | 1c15bd1bbaf6c081600409758727c9f218bc7a3e | |
parent | 8b5f4eb3ab700046b9f41d53544791fa02852551 [diff] |
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>