diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2017-10-11 13:19:11 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-01-30 10:08:18 -0800 |
commit | 1a19da0da44430581bf48b595d75ad6e9fc7e428 (patch) | |
tree | 5d46e77fe33e7e831d0408fc82d0eb3fc2a01647 /target/hppa/Makefile.objs | |
parent | f49b3537cb28b98284f6ce893ef7240a3cacded3 (diff) |
target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interrupt
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 d89285307b..dcd60a6839 100644 --- a/target/hppa/Makefile.objs +++ b/target/hppa/Makefile.objs @@ -1 +1,2 @@ obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o +obj-y += int_helper.o |