[Feature] add GA346 baseline version
Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/kernel/linux/v4.19/fs/ecryptfs/Makefile b/src/kernel/linux/v4.19/fs/ecryptfs/Makefile
new file mode 100644
index 0000000..49678a6
--- /dev/null
+++ b/src/kernel/linux/v4.19/fs/ecryptfs/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for the Linux eCryptfs
+#
+
+obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o
+
+ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
+ crypto.o keystore.o kthread.o debug.o
+
+ecryptfs-$(CONFIG_ECRYPT_FS_MESSAGING) += messaging.o miscdev.o