diff options
author | Richard Henderson | 2017-11-20 11:06:04 +0100 |
---|---|---|
committer | Richard Henderson | 2018-01-31 14:30:49 +0100 |
commit | c643603a85fc27e2a899ec99b44a61ab1f631e21 (patch) | |
tree | 474ff4cd36dccb4eb824317d90465fa8c405bad7 /target/hppa/Makefile.objs | |
parent | target/hppa: Add system registers to gdbstub (diff) | |
download | qemu-c643603a85fc27e2a899ec99b44a61ab1f631e21.tar.gz qemu-c643603a85fc27e2a899ec99b44a61ab1f631e21.tar.xz qemu-c643603a85fc27e2a899ec99b44a61ab1f631e21.zip |
target/hppa: Add migration for the cpu
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/Makefile.objs')
-rw-r--r-- | target/hppa/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/Makefile.objs b/target/hppa/Makefile.objs index dcd60a6839..3359da5341 100644 --- a/target/hppa/Makefile.objs +++ b/target/hppa/Makefile.objs @@ -1,2 +1,3 @@ obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o obj-y += int_helper.o +obj-$(CONFIG_SOFTMMU) += machine.o |