diff options
author | Helge Deller <deller@gmx.de> | 2017-10-01 22:11:45 +0200 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-01-30 10:08:18 -0800 |
commit | 813dff13bf2c6bbf3588dfd00de75f6ed07901aa (patch) | |
tree | 5123acb4afbbcaab20e47e44dd68fd9d6b3f4b7d /target/hppa/Makefile.objs | |
parent | 6521130b0a7f699fdb82446d57df5627bfa7ed3c (diff) |
target/hppa: Skeleton support for hppa-softmmu
With the addition of default-configs/hppa-softmmu.mak, this
will compile. It is not enabled with this patch, however.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/Makefile.objs')
-rw-r--r-- | target/hppa/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hppa/Makefile.objs b/target/hppa/Makefile.objs index 263446fa0b..d89285307b 100644 --- a/target/hppa/Makefile.objs +++ b/target/hppa/Makefile.objs @@ -1 +1 @@ -obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o +obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o |