#
# Makefile for Simics hostfs

O_TARGET := hostfs.o

obj-$(CONFIG_HOSTFS) := hostfs_inode.o hostfs_super.o hostfs_dir.o hostfs_file.o \
		hostfs_host.o

include $(TOPDIR)/Rules.make
