diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/pstore/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/pstore/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/fs/pstore/Makefile b/ANDROID_3.4.5/fs/pstore/Makefile new file mode 100644 index 00000000..760f4bce --- /dev/null +++ b/ANDROID_3.4.5/fs/pstore/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux pstorefs routines. +# + +obj-y += pstore.o + +pstore-objs += inode.o platform.o |