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 b5a545a0ed..6d6434b570 100644 --- a/hw/core/meson.build +++ b/hw/core/meson.build @@ -28,6 +28,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', 'gpio.c', 'hotplug.c', -- 2.43.0
