OSDN Git Service

target/hppa/meson: Only build int_helper.o with system emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 2 Jun 2023 22:11:54 +0000 (00:11 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 09:28:58 +0000 (11:28 +0200)
commit48b9e026791288088d1a9c807c36276c60e6573f
tree883ee455a911b42072d00d0deb2b503d5da0351e
parented3958910aef1461d99123c78afb1d70b74a83d0
target/hppa/meson: Only build int_helper.o with system emulation

int_helper.c only contains system emulation code:
remove the #ifdef'ry and move the file to the meson
softmmu source set.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230602223016.58647-1-philmd@linaro.org>
target/hppa/int_helper.c
target/hppa/meson.build