commit | 1f884588077ad3476b9c91cbb0ee9ee0332bbb68 | [log] [tgz] |
---|---|---|
author | rjw <rjw@exm.com> | Thu Jan 06 17:20:42 2022 +0800 |
committer | rjw <rjw@exm.com> | Thu Jan 06 17:20:42 2022 +0800 |
tree | 0b97d2c978423d60e27431d61ff4f2743d91fb34 | |
parent | 07cecdc1811bfb478b53804b2ddc3c8f3f09cc16 [diff] [blame] |
[Feature]add MT2731_MP2_MR2_SVN388 baseline version Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/kernel/linux/v4.14/fs/ramfs/Makefile b/src/kernel/linux/v4.14/fs/ramfs/Makefile new file mode 100644 index 0000000..c71e65d --- /dev/null +++ b/src/kernel/linux/v4.14/fs/ramfs/Makefile
@@ -0,0 +1,9 @@ +# +# Makefile for the linux ramfs routines. +# + +obj-y += ramfs.o + +file-mmu-y := file-nommu.o +file-mmu-$(CONFIG_MMU) := file-mmu.o +ramfs-objs += inode.o $(file-mmu-y)