Re: [PATCH 4/4] net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/Makefile

2021-01-26 Thread David Ahern
On 1/25/21 4:16 PM, Masahiro Yamada wrote: > CONFIG_NET_L3_MASTER_DEV is a bool option. Change the ifeq conditional > to the standard obj-$(CONFIG_NET_L3_MASTER_DEV) form. > > Use obj-y in net/l3mdev/Makefile because Kbuild visits this Makefile > only when CONFIG_NET_L3_MASTER_DEV=y. > >

[PATCH 4/4] net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/Makefile

2021-01-25 Thread Masahiro Yamada
CONFIG_NET_L3_MASTER_DEV is a bool option. Change the ifeq conditional to the standard obj-$(CONFIG_NET_L3_MASTER_DEV) form. Use obj-y in net/l3mdev/Makefile because Kbuild visits this Makefile only when CONFIG_NET_L3_MASTER_DEV=y. Signed-off-by: Masahiro Yamada --- net/Makefile| 4