aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-08-16 08:03:26 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-08-16 08:03:26 +0000
commitfacd2857783d58387885ad7cb1e4a8386f241738 (patch)
tree825fd65872d2e822c7296a791b95a3753089cedf /Makefile
parente27b27b3c6fb9e52e10cd0e5bbac3647517bbd97 (diff)
downloadqemu-facd2857783d58387885ad7cb1e4a8386f241738.zip
qemu-facd2857783d58387885ad7cb1e4a8386f241738.tar.gz
qemu-facd2857783d58387885ad7cb1e4a8386f241738.tar.bz2
user: compile host-utils.c only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 912284a..bcdf23e 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ libqemu_common.a: $(obj-y)
#######################################################################
# user-obj-y is code used by qemu userspace emulation
-user-obj-y = cutils.o cache-utils.o path.o envlist.o
+user-obj-y = cutils.o cache-utils.o path.o envlist.o host-utils.o
libqemu_user.a: $(user-obj-y)