kernel/fs/crypto/Makefile
.. .. @@ -1,5 +1,8 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o 2 3 4 +ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=ANDROID_GKI_VFS_EXPORT_ONLY5 +3 6 fscrypto-y := crypto.o \ 4 7 fname.o \ 5 8 hkdf.o \