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 | 0f6b9a78867454fcc722d66ba051b43b47a95183 (patch) | |
tree | 04cb3ff62f9f130bfc691541b7e17bd41ac5e534 /Makefile.objs | |
parent | 4dc1a3902106451ab13cfb2b00908beb44dbc9f8 (diff) | |
download | qemu-0f6b9a78867454fcc722d66ba051b43b47a95183.tar.gz qemu-0f6b9a78867454fcc722d66ba051b43b47a95183.tar.bz2 qemu-0f6b9a78867454fcc722d66ba051b43b47a95183.zip |
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 |