diff options
Diffstat (limited to 'fs/cramfs/Makefile')
-rw-r--r-- | fs/cramfs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/cramfs/Makefile b/fs/cramfs/Makefile new file mode 100644 index 0000000..92ebb46 --- /dev/null +++ b/fs/cramfs/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux cramfs routines. +# + +obj-$(CONFIG_CRAMFS) += cramfs.o + +cramfs-objs := inode.o uncompress.o |