rename amd_temp_view on AMDtemp

git-svn-id: svn://kolibrios.org@9119 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom 2021-08-05 16:07:29 +00:00
parent 76ad1e5d09
commit 3bb43bd591
3 changed files with 3 additions and 3 deletions

View File

@ -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"), "amd_temp_view")
tup.rule("amd_temp_view.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "AMDtemp")

View File

@ -345,7 +345,7 @@ exit:
mcall SF_TERMINATE_PROCESS
;Data_program;
title db 'AMDtemp',0
path_drv db '/sys/drivers/k10temp.sys',0
path_drv db '//kolibrios/drivers/sensors/k10temp.sys',0
Error_text db 'Error load driver',0
_NA db 'N/A',0
_dot db '.',0

View File

@ -1,2 +1,2 @@
@fasm amd_temp_view.asm amd_temp_view
@fasm amd_temp_view.asm AMDtemp
@pause