Renamed devfs.c to devfs.cpp - it's now compiled as C++ file to allow usage
of kernel internal C++ API. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ded78bc1ef
commit
ba74984309
@ -4,7 +4,7 @@ UsePrivateHeaders storage ;
|
||||
|
||||
KernelMergeObject kernel_fs.o :
|
||||
<$(SOURCE_GRIST)>bootfs.c
|
||||
<$(SOURCE_GRIST)>devfs.c
|
||||
<$(SOURCE_GRIST)>devfs.cpp
|
||||
<$(SOURCE_GRIST)>rootfs.c
|
||||
<$(SOURCE_GRIST)>pipefs.cpp
|
||||
<$(SOURCE_GRIST)>fd.c
|
||||
|
0
src/kernel/core/fs/devfs.c → src/kernel/core/fs/devfs.cpp
Executable file → Normal file
0
src/kernel/core/fs/devfs.c → src/kernel/core/fs/devfs.cpp
Executable file → Normal file
Loading…
Reference in New Issue
Block a user