diff options
Diffstat (limited to 'target/hppa/meson.build')
-rw-r--r-- | target/hppa/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/meson.build b/target/hppa/meson.build index 021e42a..fb90aed 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', |