Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
0003 # Licensed under the GPL
0004 #
0005 
0006 hostfs-objs := hostfs_kern.o hostfs_user.o
0007 
0008 obj-y :=
0009 obj-$(CONFIG_HOSTFS) += hostfs.o
0010 
0011 include arch/um/scripts/Makefile.rules