diff options
Diffstat (limited to 'system/meson.build')
-rw-r--r-- | system/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/meson.build b/system/meson.build index c2f0082..6d21ff9 100644 --- a/system/meson.build +++ b/system/meson.build @@ -7,7 +7,7 @@ system_ss.add(files( 'vl.c', ), sdl, libpmem, libdaxctl) -libsystem_ss.add(files( +system_ss.add(files( 'balloon.c', 'bootdevice.c', 'cpus.c', @@ -17,6 +17,7 @@ libsystem_ss.add(files( 'dma-helpers.c', 'globals.c', 'ioport.c', + 'ram-block-attributes.c', 'memory_mapping.c', 'memory.c', 'physmem.c', |