Add options COPY_SYMTAB to make module loading (and /dev/ksyms) work again.
This commit is contained in:
parent
4106d73f52
commit
2ea02f975a
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: CUBIEBOARD,v 1.40 2015/04/20 00:09:48 matt Exp $
|
||||
# $NetBSD: CUBIEBOARD,v 1.41 2015/04/29 19:05:51 martin Exp $
|
||||
#
|
||||
# CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
|
||||
#
|
||||
@ -17,6 +17,10 @@ options AWIN_CONSOLE_EARLY
|
||||
|
||||
include "arch/evbarm/conf/GENERIC.common"
|
||||
|
||||
# u-boot images contain kernels w/o any symbols, so we need to copy
|
||||
# them over to kernel text
|
||||
makeoptions COPY_SYMTAB=1
|
||||
|
||||
## USB Debugging options
|
||||
options USB_DEBUG
|
||||
options EHCI_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user