From 9705252dd1b811f0baa1ea22cc740ccad6140a95 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 14 Aug 2025 19:32:49 -0400 Subject: rewrite build system with meson --- src/dev/stordev/meson.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/dev/stordev/meson.build (limited to 'src/dev/stordev/meson.build') diff --git a/src/dev/stordev/meson.build b/src/dev/stordev/meson.build new file mode 100644 index 0000000..a971bb6 --- /dev/null +++ b/src/dev/stordev/meson.build @@ -0,0 +1,17 @@ +modules += files( + 'dmstordev.cil', + 'fusestordev.cil', + 'hdstordev.cil', + 'loopstordev.cil', + 'mdstordev.cil', + 'mtdstordev.cil', + 'nvmestordev.cil', + 'rawstordev.cil', + 'removablestordev.cil', + 'sdstordev.cil', + 'sgstordev.cil', + 'vdstordev.cil', + 'xdstordev.cil', + 'zramstordev.cil', +) + -- cgit v1.2.3