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:
Ingo Weinhold
2009-11-15 22:03:54 +00:00
parent 3791c3fc27
commit eaf37e54bf
2 changed files with 15 additions and 0 deletions
@@ -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++)
;