diff options
Diffstat (limited to 'ANDROID_3.4.5/fs/openpromfs/Makefile')
-rw-r--r-- | ANDROID_3.4.5/fs/openpromfs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/fs/openpromfs/Makefile b/ANDROID_3.4.5/fs/openpromfs/Makefile new file mode 100644 index 00000000..4563199b --- /dev/null +++ b/ANDROID_3.4.5/fs/openpromfs/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Linux Sun Openprom filesystem routines. +# + +obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs.o + +openpromfs-objs := inode.o |