diff options
author | Richard Henderson <rth@twiddle.net> | 2016-09-29 10:55:53 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-22 18:13:56 -0800 |
commit | 429b31a205bd3362a5eed22ca9b1a4c1b92f29f5 (patch) | |
tree | c5565d3a8ad99e9e3cd3838c3a742b88836718bb /disas/Makefile.objs | |
parent | d1c82f7cc34443841095f490345f86c9d8baca34 (diff) | |
download | qemu-429b31a205bd3362a5eed22ca9b1a4c1b92f29f5.zip |
Revert "Remove remainders of HPPA backend"
This reverts commit d41f3c3cc7a5fb9de144cc4022da14a9ff010671.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'disas/Makefile.objs')
-rw-r--r-- | disas/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/Makefile.objs b/disas/Makefile.objs index 09bc992883..abeba84661 100644 --- a/disas/Makefile.objs +++ b/disas/Makefile.objs @@ -9,6 +9,7 @@ libvixldir = $(SRC_PATH)/disas/libvixl # versions do not. arm-a64.o-cflags := -I$(libvixldir) -Wno-sign-compare common-obj-$(CONFIG_CRIS_DIS) += cris.o +common-obj-$(CONFIG_HPPA_DIS) += hppa.o common-obj-$(CONFIG_I386_DIS) += i386.o common-obj-$(CONFIG_IA64_DIS) += ia64.o common-obj-$(CONFIG_M68K_DIS) += m68k.o |