diff options
author | Zheng Da <zhengda1936@gmail.com> | 2009-11-21 12:52:14 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2009-11-21 12:52:14 +0100 |
commit | 1467ade7d8fd55511e6f94abd41078eab90b57b0 (patch) | |
tree | d90abf6b03c809e6dc22c699c625870cd73710fc /libddekit/Makefile | |
parent | 7c5d267799af896d4bc9e7a03ece141a6764c12c (diff) |
Implement the semaphore (in thread.c).
Diffstat (limited to 'libddekit/Makefile')
-rw-r--r-- | libddekit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libddekit/Makefile b/libddekit/Makefile index b2d1a6bc..e9daa648 100644 --- a/libddekit/Makefile +++ b/libddekit/Makefile @@ -20,7 +20,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 semaphore.c \ + panic.c pci.c pgtab-old.c pgtab.c printf.c resources.c list.c \ thread.c timer.c LCLHDRS = include/ddekit/condvar.h include/ddekit/lock.h \ include/ddekit/initcall.h include/ddekit/debug.h \ @@ -31,7 +31,7 @@ LCLHDRS = include/ddekit/condvar.h include/ddekit/lock.h \ include/ddekit/interrupt.h include/ddekit/resources.h \ include/ddekit/memory.h include/ddekit/timer.h \ include/ddekit/semaphore.h include/dde.h \ - config.h + config.h list.h installhdrs = MIGSTUBS = |