mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
6 lines
119 B
Makefile
6 lines
119 B
Makefile
obj-y += decContext.o
|
|
obj-y += decNumber.o
|
|
obj-y += dpd/decimal32.o
|
|
obj-y += dpd/decimal64.o
|
|
obj-y += dpd/decimal128.o
|