drivers/usb: fix auto build usbother (part 2)
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Successful in 4m19s

This commit is contained in:
2025-05-24 00:45:57 +05:00
parent 1b49cbf4e4
commit 38781dfa3f

View File

@@ -1,4 +1,4 @@
if tup.getconfig("NO_FASM") ~= "" then return end
ROOT = "../../.."
tup.rule("usbother.asm", "fasm %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B.sys")
tup.rule("usbdrv.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "%B.dat")
tup.rule("usbdrv.asm", "fasm %f %o ", "%B.dat")