mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-26 23:51:41 +00:00
When CONFIG_EXPOLINE_EXTERN is used expoline thunks are generated
from arch/s390/lib/expoline.S and postlinked into every module.
This is also true for external modules. Add expoline.o build to
the modules_prepare target.
Fixes:
|
||
|---|---|---|
| .. | ||
| expoline | ||
| delay.c | ||
| error-inject.c | ||
| find.c | ||
| Makefile | ||
| mem.S | ||
| probes.c | ||
| spinlock.c | ||
| string.c | ||
| test_kprobes_asm.S | ||
| test_kprobes.c | ||
| test_kprobes.h | ||
| test_modules_helpers.c | ||
| test_modules.c | ||
| test_modules.h | ||
| test_unwind.c | ||
| uaccess.c | ||
| xor.c | ||