diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-14 11:51:41 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-16 18:03:52 +0200 |
commit | 7271a81949ee9806705d51618379246fb2b72209 (patch) | |
tree | 718dcedcb34a288d645a6bada0bad6326a19aaa9 /target/ppc | |
parent | eb584b401fdc0866d2ff0c03ab8b09d2ba04a49b (diff) | |
download | 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 'target/ppc')
-rw-r--r-- | target/ppc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/Makefile.objs b/target/ppc/Makefile.objs index f92ba67ebd..e8fa18ce13 100644 --- a/target/ppc/Makefile.objs +++ b/target/ppc/Makefile.objs @@ -15,5 +15,6 @@ obj-y += int_helper.o obj-y += timebase_helper.o obj-y += misc_helper.o obj-y += mem_helper.o +obj-y += ../../libdecnumber/ obj-$(CONFIG_USER_ONLY) += user_only_helper.o obj-y += gdbstub.o |