Fasm: Fixed a bug when building programs with the length of the included file name...
[kolibrios.git] / drivers / Tupfile.lua
blob54e17dc5cd06c15ab9cefa07935fc657b9a1bb70
1 if tup.getconfig("NO_FASM") ~= "" then return end
2 ROOT = ".."
3 tup.rule("sceletone.asm", "fasm %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B.sys")