--- zzzz-none-000/linux-4.19.183/drivers/net/Makefile 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/drivers/net/Makefile 2023-06-28 08:54:19.000000000 +0000 @@ -79,3 +79,9 @@ obj-$(CONFIG_THUNDERBOLT_NET) += thunderbolt-net.o obj-$(CONFIG_NETDEVSIM) += netdevsim/ obj-$(CONFIG_NET_FAILOVER) += net_failover.o + +# eth_oam-handler +ifneq ($(CONFIG_AVM_ETH_OAM),) +obj-y += eth_oam/ +endif +