Skip to content

Commit

Permalink
hw/core: Move numa.c into the target independent source set
Browse files Browse the repository at this point in the history
There is nothing that depends on target specific macros in this
file, so we can move it to the common source set to avoid that
we have to compile this file multiple times (one time for each
target).

Message-Id: <20230413182636.139356-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
huth committed Apr 20, 2023
1 parent 30ee29f commit 992deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/core/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ softmmu_ss.add(files(
'machine.c',
'nmi.c',
'null-machine.c',
'numa.c',
'qdev-fw.c',
'qdev-properties-system.c',
'sysbus.c',
Expand All @@ -53,5 +54,4 @@ softmmu_ss.add(files(

specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files(
'machine-qmp-cmds.c',
'numa.c',
))

0 comments on commit 992deb4

Please sign in to comment.