X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2FMakefile;h=a5d04098dfce8693c46785f6c0dfa90bd23f4187;hb=d76cd0ee43ed28eecd8457b5e065a122b20589ce;hp=3995613e5510cfd6a05ebfe5cbbd9da3bcb5589f;hpb=a52bd79e3ef683808e129c7627e8878ea0309459;p=karo-tx-linux.git diff --git a/net/Makefile b/net/Makefile index 3995613e5510..a5d04098dfce 100644 --- a/net/Makefile +++ b/net/Makefile @@ -74,3 +74,6 @@ obj-$(CONFIG_HSR) += hsr/ ifneq ($(CONFIG_NET_SWITCHDEV),) obj-y += switchdev/ endif +ifneq ($(CONFIG_NET_L3_MASTER_DEV),) +obj-y += l3mdev/ +endif