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.target | |
parent | e27b27b3c6fb9e52e10cd0e5bbac3647517bbd97 (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.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 1d805b36ab..066af8de7d 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 |