# Makefile for the ssboot filesystem.
#

obj-$(CONFIG_SNSC_SSBOOT_FS) += ssbootfs.o

ssbootfs-objs :=	super.o \
			inode.o \
			dentry.o \
			file.o \
			backingfs.o \
			sysfs.o \
			mapping.o \
			util.o \
			attachment.o \
			debug.o
