Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[profile/ivi/kernel-adaptation-intel-automotive.git] / scripts / mod / modpost.c
index 11a8c30..78b30c1 100644 (file)
@@ -830,6 +830,8 @@ static const char *section_white_list[] =
        ".toc*",
        ".xt.prop",                              /* xtensa */
        ".xt.lit",         /* xtensa */
+       ".arcextmap*",                  /* arc */
+       ".gnu.linkonce.arcext*",        /* arc : modules */
        NULL
 };