mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Fixed mkpatch typo
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@907 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -353,7 +353,7 @@ sub gen_drivers_Makefile
|
||||
if (m@^mod-subdirs\s*:=@) {
|
||||
$new_style = 1;
|
||||
}
|
||||
if ((! $new_style and m@^ALL_SUB_DIRS\s*:=@) or m@^nid0subdirs\s*:=@) {
|
||||
if ((! $new_style and m@^ALL_SUB_DIRS\s*:=@) or m@^mod-subdirs\s*:=@) {
|
||||
$pr1 = 1;
|
||||
$sensors_present = 0;
|
||||
while (m@\\$@) {
|
||||
|
Reference in New Issue
Block a user