files
kolibrios/programs/develop/libraries/proc_lib/Tupfile.lua
Andrew 278aae4faa
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Successful in 4m14s
develop/libraries/proc_lib: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-25 14:46:21 +01:00

3 lines
136 B
Lua

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