# Makefile for RAWFS
obj-y += super.o inode.o file.o dir.o device.o
rawfs-objs := super.o inode.o file.o dir.o device.o
