2002-07-10 00:15:44 +04:00
|
|
|
SubDir OBOS_TOP src kernel core fs ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
|
|
|
KernelStaticLibrary libfs :
|
|
|
|
<$(SOURCE_GRIST)>bootfs.c
|
|
|
|
<$(SOURCE_GRIST)>devfs.c
|
|
|
|
<$(SOURCE_GRIST)>rootfs.c
|
|
|
|
<$(SOURCE_GRIST)>vfs.c
|
|
|
|
:
|
|
|
|
-fno-pic -Wno-unused -D_KERNEL_
|
|
|
|
;
|