diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2009-12-03 14:43:55 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2009-12-03 14:43:55 +0100 |
| commit | 41a14fbb798e85fcb26b1a95ea72daeda9ec2004 (patch) | |
| tree | 4915319dffc1b7f79120401b3fbec55b1d58d58c /libddekit/Makefile | |
| parent | 0441d40c8f86487734d89d08f9f2023a64410489 (diff) | |
Implement a faked slab cache.
Diffstat (limited to 'libddekit/Makefile')
| -rw-r--r-- | libddekit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/Makefile b/libddekit/Makefile index e9daa648..59e5c5a9 100644 --- a/libddekit/Makefile +++ b/libddekit/Makefile @@ -21,7 +21,7 @@ makemode := library libname = libddekit SRCS= condvar.c init.c initcall.c interrupt.c lock.c malloc.c memory.c \ panic.c pci.c pgtab-old.c pgtab.c printf.c resources.c list.c \ - thread.c timer.c + thread.c timer.c kmem.c LCLHDRS = include/ddekit/condvar.h include/ddekit/lock.h \ include/ddekit/initcall.h include/ddekit/debug.h \ include/ddekit/inline.h include/ddekit/panic.h \ |
