X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2FMakefile;h=a5d04098dfce8693c46785f6c0dfa90bd23f4187;hb=85013ab5722268cd3c410425bd5a42feb6974a1f;hp=3995613e5510cfd6a05ebfe5cbbd9da3bcb5589f;hpb=85abf3ec5fa663c9638ef2d10d9623880a26458e;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