Skip to content

Commit

Permalink
[AMX3200] Add UNIX style line endings for some files
Browse files Browse the repository at this point in the history
Signed-off-by: willy_liu <[email protected]>
  • Loading branch information
WillyLiu-EC committed Oct 16, 2024
1 parent 9d7bfb9 commit 468e048
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/platforms/accton/x86-64/amx3200/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include $(ONL)/make/pkg.mk
include $(ONL)/make/pkg.mk

3 changes: 2 additions & 1 deletion packages/platforms/accton/x86-64/amx3200/modules/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include $(ONL)/make/pkg.mk
include $(ONL)/make/pkg.mk

3 changes: 2 additions & 1 deletion packages/platforms/accton/x86-64/amx3200/onlp/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include $(ONL)/make/pkg.mk
include $(ONL)/make/pkg.mk

Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,5 @@ onlp_thermali_info_get(onlp_oid_t id, onlp_thermal_info_t* info)
}
return onlp_file_read_int(&info->mcelsius, devfiles__[tid]);
}
}
}

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include $(ONL)/make/pkg.mk
include $(ONL)/make/pkg.mk

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include $(ONL)/make/pkg.mk
include $(ONL)/make/pkg.mk

0 comments on commit 468e048

Please sign in to comment.