commit | e4b016f4b44176807e545fd437cd519b6380e86f | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Nov 08 15:36:08 2019 +0000 |
committer | Matt Turner <mattst88@gmail.com> | Sun Jul 25 20:55:40 2021 -0700 |
tree | 2e63e27b92eed50ba3326bc4b7ea4854e090126b | |
parent | ff1176468d368232b684f75e82563369208bc371 [diff] |
alpha: __udiv_qrnnd should be exported When building an alpha kernel with mpi set as module, I hit this build error: ERROR: "__udiv_qrnnd" [lib/mpi/mpi.ko] undefined! make[2]: *** [scripts/Makefile.modpost:92: __modpost] Error 1 make[1]: *** [Makefile:1266: modules] Error 2 This is due to __udiv_qrnnd not exported. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Matt Turner <mattst88@gmail.com>