Fix ccflags for e1000e 6.4

This commit is contained in:
Bjarne von Horn 2025-04-04 12:05:23 +02:00
parent 555729c356
commit 21433d2cca
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ ifeq (@ENABLE_E1000E@,1)
CFLAGS_netdev-@KERNEL_E1000E@-ethercat.o = -DREV=$(REV)
ifeq (@ENABLE_DRIVER_RESOURCE_VERIFYING@,1)
ccflags-y := -DEC_ENABLE_DRIVER_RESOURCE_VERIFYING
ccflags-y += -DEC_ENABLE_DRIVER_RESOURCE_VERIFYING
endif
endif