diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-06-10 20:29:19 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-06-10 20:29:19 +0000 |
commit | dbaf26b3b22daae3be6a89b965e43503e7c3b912 (patch) | |
tree | 5623ea4b3fecb7e6014b7083d9c713971aa05e32 /Makefile.objs | |
parent | f492b82d673d58066a0f7856b00157fbe7860a9d (diff) |
Revert "build: compile oslib-obj-y once"
This reverts commit 25f27a4f7160d077d6992e811021b4bc3a82abc1
because of bsd-user breakage.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.objs b/Makefile.objs index 8e72f097a6..74110dda7e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -22,8 +22,6 @@ oslib-obj-y = osdep.o oslib-obj-$(CONFIG_WIN32) += oslib-win32.o qemu-thread-win32.o oslib-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o -universal-obj-y += $(oslib-obj-y) - ####################################################################### # coroutines coroutine-obj-y = qemu-coroutine.o qemu-coroutine-lock.o qemu-coroutine-io.o @@ -64,6 +62,7 @@ common-obj-y = $(block-obj-y) blockdev.o common-obj-y += net.o net/ common-obj-y += qom/ common-obj-y += readline.o console.o cursor.o +common-obj-y += $(oslib-obj-y) common-obj-$(CONFIG_WIN32) += os-win32.o common-obj-$(CONFIG_POSIX) += os-posix.o |