Moved the fd.c source file into the fs directory.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2601 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-30 19:37:44 +00:00
parent 97579cd0c2
commit 9e63d45563
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ KernelMergeObject kernel_core.o :
<$(SOURCE_GRIST)>driver_settings.c
<$(SOURCE_GRIST)>elf.c
<$(SOURCE_GRIST)>faults.c
<$(SOURCE_GRIST)>fd.c
<$(SOURCE_GRIST)>gdb.c
<$(SOURCE_GRIST)>heap.c
<$(SOURCE_GRIST)>image.c

View File

@ -7,6 +7,7 @@ KernelMergeObject kernel_fs.o :
<$(SOURCE_GRIST)>bootfs.c
<$(SOURCE_GRIST)>devfs.c
<$(SOURCE_GRIST)>rootfs.c
<$(SOURCE_GRIST)>fd.c
<$(SOURCE_GRIST)>vfs.c
<$(SOURCE_GRIST)>vfs_select.c
<$(SOURCE_GRIST)>message.c