diff options
| author | Paolo Bonzini | 2017-07-14 11:51:41 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2017-10-16 18:03:52 +0200 |
| commit | 7271a81949ee9806705d51618379246fb2b72209 (patch) | |
| tree | 718dcedcb34a288d645a6bada0bad6326a19aaa9 /Makefile.target | |
| parent | disas: Always initialize read_memory_inner_func properly (diff) | |
| download | qemu-7271a81949ee9806705d51618379246fb2b72209.tar.gz qemu-7271a81949ee9806705d51618379246fb2b72209.tar.xz qemu-7271a81949ee9806705d51618379246fb2b72209.zip | |
build: remove CONFIG_LIBDECNUMBER
It is used by all PPC targets; we can give the directory its own
Makefile.objs file, and include it directly from target/ppc.
target/s390 can do the same when it starts using it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
| -rw-r--r-- | Makefile.target | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.target b/Makefile.target index a4b292d2e2..e4244c188a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -102,12 +102,6 @@ obj-y += target/$(TARGET_BASE_ARCH)/ obj-y += disas.o obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o -obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decContext.o -obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decNumber.o -obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal32.o -obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal64.o -obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal128.o - ######################################################### # Linux user emulator target |
