SubDir OBOS_TOP src tests kits net new_stack memory_pool ;

SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons kernel generic memory_pool ] ;

Addon <userland>memory_pool : userland generic :
	memory_pool.c
;

LinkSharedOSLibs <userland>memory_pool : <installed>new_stack_tester ;
