mirror of https://github.com/F-Stack/f-stack.git
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
|
# Standard kernel config items for all ARMv4/v5 systems.
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
options COMPAT_FREEBSD10 # Compatible with FreeBSD10
|
||
|
|
||
|
# Debugging support. Always need this:
|
||
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||
|
options KDB # Enable kernel debugger support.
|
||
|
options KDB_TRACE # Print a stack trace for a panic.
|
||
|
|