
* Made the kernel rootfs reusable by the FS Shell and removed the copy in the FS Shell sources. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22436 a95241bf-73f2-0310-859d-f6bbb57e9c96
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
SubDir HAIKU_TOP src system kernel fs ;
|
|
|
|
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
|
|
UsePrivateHeaders [ FDirName kernel fs ] ;
|
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
|
UsePrivateHeaders shared storage ;
|
|
|
|
KernelMergeObject kernel_fs.o :
|
|
devfs.cpp
|
|
rootfs.cpp
|
|
pipefs.cpp
|
|
fd.cpp
|
|
vfs.cpp
|
|
vfs_boot.cpp
|
|
vfs_net_boot.cpp
|
|
node_monitor.cpp
|
|
IOScheduler.cpp
|
|
KPath.cpp
|
|
|
|
: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
|
|
;
|