SubDir OBOS_TOP src kernel core fs ;

KernelMergeObject kernel_fs.o : 
	<$(SOURCE_GRIST)>bootfs.c
	<$(SOURCE_GRIST)>devfs.c
	<$(SOURCE_GRIST)>rootfs.c
	<$(SOURCE_GRIST)>pipefs.cpp
	<$(SOURCE_GRIST)>fd.c
	<$(SOURCE_GRIST)>vfs.cpp
	<$(SOURCE_GRIST)>vfs_select.c
	<$(SOURCE_GRIST)>message.c
	<$(SOURCE_GRIST)>node_monitor.c
	:
	-fno-pic -Wno-unused -D_KERNEL_MODE
	;
