files
kolibrios/programs/other/outdated/kerpack/Tupfile.lua
Andrew 7ccd4288f5
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 42s
Build system / Build (pull_request) Failing after 6m27s
outdated/kerpack: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Checked build files and ASM include paths.
2025-08-12 00:43:43 +01:00

3 lines
130 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("kerpack.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "kerpack")