aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2022-12-17 16:10:06 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-27 22:29:01 +0100
commit5c39f954f5b8e32d22fa9fe5af7fb953a4258fee (patch)
tree89c8c82fc4b38f30838658fd86c4be71e2dcd9c6 /target/hppa/meson.build
parentb5c6a3c1df17c444b6ab587d363a758a54212be0 (diff)
target/hppa: Extract FPU helpers to fpu_helper.c
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221217173219.8715-2-philmd@linaro.org>
Diffstat (limited to 'target/hppa/meson.build')
-rw-r--r--target/hppa/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/meson.build b/target/hppa/meson.build
index 021e42a2d0..fb90aed5de 100644
--- a/target/hppa/meson.build
+++ b/target/hppa/meson.build
@@ -4,6 +4,7 @@ hppa_ss = ss.source_set()
hppa_ss.add(gen)
hppa_ss.add(files(
'cpu.c',
+ 'fpu_helper.c',
'gdbstub.c',
'helper.c',
'int_helper.c',