diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-14 16:36:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-14 16:36:31 +0100 |
commit | 3e2a3170501fb02b5b46a342c47d2ba8b1a6e244 (patch) | |
tree | 6cd0a3f3ded016de581e3b3841ab19f1e511dd86 /src/common/libkogata/Makefile | |
parent | 57c5eceb846f3109d017b4e6d4cbd7c507c0d098 (diff) | |
download | kogata-3e2a3170501fb02b5b46a342c47d2ba8b1a6e244.tar.gz kogata-3e2a3170501fb02b5b46a342c47d2ba8b1a6e244.zip |
Factorize region allocator between kernel and user processes (same code was there twice)
Diffstat (limited to 'src/common/libkogata/Makefile')
-rw-r--r-- | src/common/libkogata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |