diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 08:03:26 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 08:03:26 +0000 |
commit | facd2857783d58387885ad7cb1e4a8386f241738 (patch) | |
tree | 825fd65872d2e822c7296a791b95a3753089cedf /Makefile | |
parent | e27b27b3c6fb9e52e10cd0e5bbac3647517bbd97 (diff) |
user: compile host-utils.c only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |