diff --git a/programs/system/amd_temp_view/amd_temp_view.asm b/programs/system/amd_temp_view/AMDtemp.asm similarity index 100% rename from programs/system/amd_temp_view/amd_temp_view.asm rename to programs/system/amd_temp_view/AMDtemp.asm diff --git a/programs/system/amd_temp_view/Tupfile.lua b/programs/system/amd_temp_view/Tupfile.lua index a525ae5283..b4c75e867e 100644 --- a/programs/system/amd_temp_view/Tupfile.lua +++ b/programs/system/amd_temp_view/Tupfile.lua @@ -1,2 +1,2 @@ if tup.getconfig("NO_FASM") ~= "" then return end -tup.rule("amd_temp_view.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "AMDtemp") +tup.rule("AMDtemp.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "AMDtemp") diff --git a/programs/system/amd_temp_view/build.bat b/programs/system/amd_temp_view/build.bat index 6f5769e079..0d1c0c6a14 100644 --- a/programs/system/amd_temp_view/build.bat +++ b/programs/system/amd_temp_view/build.bat @@ -1,2 +1,2 @@ -@fasm amd_temp_view.asm AMDtemp +@fasm AMDtemp.asm AMDtemp @pause \ No newline at end of file