Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5f75eca authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: fix buildcheck



From: Randy Dunlap <rddunlap@osdl.org>

I should not have added init.text test here;
it's more than useless, it actually degrades the output.

Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 33bc25ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -82,8 +82,6 @@ foreach $object (keys(%object)) {
		}
		if (($line =~ /\.text\.exit$/ ||
		     $line =~ /\.exit\.text$/ ||
		     $line =~ /\.text\.init$/ ||
		     $line =~ /\.init\.text$/ ||
		     $line =~ /\.data\.exit$/ ||
		     $line =~ /\.exit\.data$/ ||
		     $line =~ /\.exitcall\.exit$/) &&