From ff58834d3842ff9c3f8068410e690357db6377ae Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 30 Aug 2023 20:01:02 +0000 Subject: [PATCH] fix genet module name --- devices/genet/Kbuild.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/genet/Kbuild.in b/devices/genet/Kbuild.in index 2ef86a0b..c3a79122 100644 --- a/devices/genet/Kbuild.in +++ b/devices/genet/Kbuild.in @@ -40,8 +40,8 @@ REV := $(shell if test -s $(TOPDIR)/revision; then \ fi) ifeq (@ENABLE_GENET@,1) - obj-m += genet.o - genet-objs := \ + obj-m += ec_genet.o + ec_genet-objs := \ bcmgenet-@KERNEL_GENET@-ethercat.o \ bcmmii-@KERNEL_GENET@-ethercat.o \ bcmgenet_wol-@KERNEL_GENET@-ethercat.o