aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
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.target
parente27b27b3c6fb9e52e10cd0e5bbac3647517bbd97 (diff)
user: compile host-utils.c only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 1d805b36a..066af8de7 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -35,7 +35,7 @@ all: $(PROGS)
#########################################################
# cpu emulator library
-libobj-y = exec.o translate-all.o cpu-exec.o translate.o host-utils.o
+libobj-y = exec.o translate-all.o cpu-exec.o translate.o
libobj-$(CONFIG_KQEMU) += kqemu.o
libobj-y += tcg/tcg.o tcg/tcg-runtime.o
libobj-$(CONFIG_SOFTFLOAT) += fpu/softfloat.o