aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5bcfb02..619f90e 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,7 @@ if nasm.found()
nasm_sources = files(
'cpuid.asm',
+ 'residual_calc.asm',
)
lib_obj += nasm_gen.process(nasm_sources)