summary refs log tree commit diff stats
path: root/hw/vmapple/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vmapple/meson.build')
-rw-r--r--hw/vmapple/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vmapple/meson.build b/hw/vmapple/meson.build
index 315c06b689..a701d06a39 100644
--- a/hw/vmapple/meson.build
+++ b/hw/vmapple/meson.build
@@ -1 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
+
+system_ss.add(when: 'CONFIG_VMAPPLE_AES',  if_true: files('aes.c'))