1 Commits

Author SHA1 Message Date
9f476a35ee outdated/param: Post-SVN tidy
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m20s
Build system / Build (pull_request) Successful in 17m1s
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
2025-11-18 14:37:13 +00:00

View File

@@ -1,5 +1,5 @@
if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR")
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
add_include(tup.getvariantdir())