Added I/O scheduler to the build.

Removed unnecessary grist from source files.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-08-28 13:31:42 +00:00
parent d3efd9a6ef
commit 6e3462b57e

View File

@ -3,15 +3,16 @@ SubDir OBOS_TOP src kernel core fs ;
UsePrivateHeaders storage ; UsePrivateHeaders storage ;
KernelMergeObject kernel_fs.o : KernelMergeObject kernel_fs.o :
<$(SOURCE_GRIST)>bootfs.c bootfs.c
<$(SOURCE_GRIST)>devfs.cpp devfs.cpp
<$(SOURCE_GRIST)>rootfs.c rootfs.c
<$(SOURCE_GRIST)>pipefs.cpp pipefs.cpp
<$(SOURCE_GRIST)>fd.c fd.c
<$(SOURCE_GRIST)>vfs.cpp vfs.cpp
<$(SOURCE_GRIST)>vfs_select.c vfs_select.c
<$(SOURCE_GRIST)>message.c message.c
<$(SOURCE_GRIST)>node_monitor.c node_monitor.c
: IOScheduler.cpp
-fno-pic -Wno-unused -D_KERNEL_MODE
: -fno-pic -Wno-unused -D_KERNEL_MODE
; ;