# Makefile for RAWFS
obj-$(CONFIG_RAWFS_FS) += super.o inode.o file.o dir.o device.o
rawfs-objs := super.o inode.o file.o dir.o device.o
