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