From: Ruslan Ruslichenko <[email protected]> Add `fdt_generic.c` and `fdt_generic_util.c` to build by default.
Signed-off-by: Ruslan Ruslichenko <[email protected]> --- hw/core/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/core/meson.build b/hw/core/meson.build index 8a96567de8..b5ba8160e6 100644 --- a/hw/core/meson.build +++ b/hw/core/meson.build @@ -29,6 +29,8 @@ system_ss.add(when: 'CONFIG_EIF', if_true: [files('eif.c'), zlib, libcbor, gnutl system_ss.add(files( 'cpu-system.c', + 'fdt_generic.c', + 'fdt_generic_util.c', 'fw-path-provider.c', 'hotplug.c', 'loader.c', -- 2.43.0
