fix genet module name

This commit is contained in:
Bjarne von Horn 2023-08-30 20:01:02 +00:00
parent 758b4adc99
commit ff58834d38
1 changed files with 2 additions and 2 deletions

View File

@ -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