added kernel/util/list.c for non haiku targets

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24048 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-02-21 19:57:04 +00:00
parent 8327c8091f
commit deeaca74b8

View File

@ -4,13 +4,23 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders net kernel bluetooth ;
local r5_src = ;
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
UseHeaders [ FDirName $(HAIKU_TOP) headers os bluetooth ] : true ;
r5_src = list.c ;
}
KernelAddon h2generic :
h2generic.c
h2transactions.c
h2upper.c
h2util.c
snet_buffer.c
$(r5_src)
;
SEARCH on [ FGristFiles $(r5_src)
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;
Package haiku-h2generic-cvs :
h2generic :