a26164117a
replaced by the make option COPY_SYMTAB set to any value. The copy of the symbol table is no longer put into a buffer in kern_ksyms.o, but a small helper object. This object is build first with a dummy size, then the kernel is linked to compute the real dimension of the symbol table buffer. After that, the helper object is rebuild and the kernel linked again.
12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
|
|
include "arch/sbmips/conf/GENERIC"
|
|
|
|
options MULTIPROCESSOR
|
|
options LOCKDEBUG
|
|
|
|
pseudo-device lockstat
|
|
|
|
no makeoptions COPY_SYMTAB
|
|
makeoptions COPY_SYMTAB=1
|
|
|