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

Commit af42e970 authored by Max Filippov's avatar Max Filippov Committed by Chris Zankel
Browse files

modpost: fix modpost warnings for xtensa



Suppress warnings for two informational sections (.xt.lit and .xt.prop)
used by the Xtensa architecture.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 717460ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -827,6 +827,8 @@ static const char *section_white_list[] =
	".note*",
	".note*",
	".got*",
	".got*",
	".toc*",
	".toc*",
	".xt.prop",				 /* xtensa */
	".xt.lit",         /* xtensa */
	NULL
	NULL
};
};