haiku/src/kernel/core/fs/Jamfile
Axel Dörfler 6e3462b57e 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
2004-08-28 13:31:42 +00:00

19 lines
259 B
Plaintext

SubDir OBOS_TOP src kernel core fs ;
UsePrivateHeaders storage ;
KernelMergeObject kernel_fs.o :
bootfs.c
devfs.cpp
rootfs.c
pipefs.cpp
fd.c
vfs.cpp
vfs_select.c
message.c
node_monitor.c
IOScheduler.cpp
: -fno-pic -Wno-unused -D_KERNEL_MODE
;