From 3e2a3170501fb02b5b46a342c47d2ba8b1a6e244 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Mar 2015 16:36:31 +0100 Subject: Factorize region allocator between kernel and user processes (same code was there twice) --- src/common/libkogata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/libkogata/Makefile') diff --git a/src/common/libkogata/Makefile b/src/common/libkogata/Makefile index ea70be5..1c1113b 100644 --- a/src/common/libkogata/Makefile +++ b/src/common/libkogata/Makefile @@ -1,4 +1,4 @@ -OBJ = slab_alloc.o mutex.o +OBJ = slab_alloc.o region_alloc.o mutex.o LIB = -- cgit v1.2.3