Added Jamfile for building for the userlandfs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34065 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,3 +7,6 @@ KernelAddon packagefs
|
||||
|
||||
: $(HAIKU_STATIC_LIBSUPC++)
|
||||
;
|
||||
|
||||
|
||||
HaikuSubInclude userland ;
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
SubDir HAIKU_TOP src add-ons kernel file_systems packagefs userland ;
|
||||
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
|
||||
|
||||
Addon <userland>packagefs
|
||||
:
|
||||
kernel_interface.cpp
|
||||
|
||||
: libuserlandfs_haiku_kernel.so $(TARGET_LIBSUPC++)
|
||||
;
|
||||
Reference in New Issue
Block a user