From 7271a81949ee9806705d51618379246fb2b72209 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 14 Jul 2017 11:51:41 +0200 Subject: 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 --- libdecnumber/Makefile.objs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libdecnumber/Makefile.objs (limited to 'libdecnumber') diff --git a/libdecnumber/Makefile.objs b/libdecnumber/Makefile.objs new file mode 100644 index 0000000000..d81db0443a --- /dev/null +++ b/libdecnumber/Makefile.objs @@ -0,0 +1,5 @@ +obj-y += decContext.o +obj-y += decNumber.o +obj-y += dpd/decimal32.o +obj-y += dpd/decimal64.o +obj-y += dpd/decimal128.o -- cgit v1.2.3