From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/fs/f2fs/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/fs/f2fs/Makefile b/kernel/fs/f2fs/Makefile index ee7316b..e529574 100644 --- a/kernel/fs/f2fs/Makefile +++ b/kernel/fs/f2fs/Makefile @@ -7,6 +7,5 @@ f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o f2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o f2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o -f2fs-$(CONFIG_F2FS_IO_TRACE) += trace.o f2fs-$(CONFIG_FS_VERITY) += verity.o f2fs-$(CONFIG_F2FS_FS_COMPRESSION) += compress.o -- Gitblit v1.6.2