files
kolibrios/drivers/mouse/ps2mouse4d/Tupfile.lua
Andrew 58476d5801
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 23s
Build system / Build (pull_request) Successful in 4m44s
drivers/ps2mouse4d: Post-SVN tidy
- Move source code from `trunk` into program 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-21 14:50:26 +01:00

4 lines
186 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
ROOT = "../../../.."
tup.rule("ps2mouse.asm", "fasm %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B.sys")