Fixed cannot install zfs

This commit is contained in:
baiywt 2023-05-29 10:59:18 +08:00
parent fba77f9a27
commit e7c0620380
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Rewritten to use lists instead of if-statements.
#
subdir-ccflags-y += -DANDROID_GKI_VFS_EXPORT_ONLY=VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver
subdir-ccflags-y += -DANDROID_GKI_VFS_EXPORT_ONLY=
obj-y := open.o read_write.o file_table.o super.o \
char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \