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/lib/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/lib/libkogata/Makefile')
-rw-r--r-- | src/lib/libkogata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libkogata/Makefile b/src/lib/libkogata/Makefile index 95de086..7a1a2ee 100644 --- a/src/lib/libkogata/Makefile +++ b/src/lib/libkogata/Makefile @@ -1,4 +1,4 @@ -OBJ = start.o malloc.o debug.o syscall.o user_region.o \ +OBJ = start.o malloc.o debug.o syscall.o \ mainloop.o gip.o draw.o keyboard.o \ stdio.o unistd.o |