diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-23 22:53:47 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-23 22:53:47 +0200 |
| commit | ef805e9373fd946bf1fe667bf18a54dfed6d1045 (patch) | |
| tree | 7762f9574bbd56c502d4dbba1a9d5f3535035211 /third/scripts/meson.build | |
kernel: add basic modules: arch, mem, rt
Diffstat (limited to 'third/scripts/meson.build')
| -rw-r--r-- | third/scripts/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third/scripts/meson.build b/third/scripts/meson.build new file mode 100644 index 0000000..e286242 --- /dev/null +++ b/third/scripts/meson.build @@ -0,0 +1,3 @@ +project('scripts', 'c') + +mkboot = executable('mkboot', 'mkboot.c', native: true)
\ No newline at end of file |
