diff options
author | Kevin Wolf <kwolf@redhat.com> | 2011-06-30 17:56:46 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-08-02 15:53:40 +0200 |
commit | b96e92470ab4a87268e8b174602eaea6c508003b (patch) | |
tree | 04cb3ff62f9f130bfc691541b7e17bd41ac5e534 /Makefile.objs | |
parent | f9f05dc58c50d19ad762e6c1ce6b5def9814a4ed (diff) |
coroutines: Locks
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 9549e2a16f..89ca3611b3 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -12,7 +12,7 @@ oslib-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o ####################################################################### # coroutines -coroutine-obj-y = qemu-coroutine.o +coroutine-obj-y = qemu-coroutine.o qemu-coroutine-lock.o ifeq ($(CONFIG_UCONTEXT_COROUTINE),y) coroutine-obj-$(CONFIG_POSIX) += coroutine-ucontext.o else |