diff options
Diffstat (limited to 'system/meson.build')
-rw-r--r-- | system/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/meson.build b/system/meson.build index c83d80f..eec07a9 100644 --- a/system/meson.build +++ b/system/meson.build @@ -1,6 +1,7 @@ specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files( 'arch_init.c', 'ioport.c', + 'globals-target.c', 'memory.c', 'physmem.c', )]) |