Blocks: Added block.asm build
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Failing after 39s

This commit is contained in:
2025-03-28 22:20:28 +03:00
parent 0387aee81b
commit 8b1cbac9ae
3 changed files with 1035 additions and 1032 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("block.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "block.bin")