diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 68e9f5ed0a6f..00f7512a217f 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -827,6 +827,8 @@ static const char *section_white_list[] = | |||
827 | ".note*", | 827 | ".note*", |
828 | ".got*", | 828 | ".got*", |
829 | ".toc*", | 829 | ".toc*", |
830 | ".xt.prop", /* xtensa */ | ||
831 | ".xt.lit", /* xtensa */ | ||
830 | NULL | 832 | NULL |
831 | }; | 833 | }; |
832 | 834 | ||