summary refs log tree commit diff stats
path: root/rust/hw/char/pl011/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hw/char/pl011/meson.build')
-rw-r--r--rust/hw/char/pl011/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/hw/char/pl011/meson.build b/rust/hw/char/pl011/meson.build
index aaf911c5f4..fae6e1b9c9 100644
--- a/rust/hw/char/pl011/meson.build
+++ b/rust/hw/char/pl011/meson.build
@@ -15,6 +15,7 @@ _libpl011_rs = static_library(
     qemu_api_macros,
     qom_rs,
     chardev_rs,
+    system_rs,
   ],
 )