1SubDir HAIKU_TOP src add-ons kernel file_systems bindfs ; 2 3 4UsePrivateKernelHeaders ; 5# UsePrivateHeaders shared ; 6 7 8HAIKU_BIND_FS_SOURCES = 9 DebugSupport.cpp 10 kernel_interface.cpp 11 Node.cpp 12 Volume.cpp 13; 14 15 16KernelAddon bindfs 17 : 18 $(HAIKU_BIND_FS_SOURCES) 19 : $(HAIKU_KERNEL_LIBSUPC++) 20; 21 22 23#HaikuSubInclude userland ; 24