diff options
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 |