Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG,
which is the same as GENERIC-MMCCAM but using a nodebug baseline. Reviewed by: andrew, br (earlier version), jrtc27 (earlier version) Differential revision: https://reviews.freebsd.org/D28091
This commit is contained in:
parent
fd11270509
commit
adc96a51a5
13
sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
Normal file
13
sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# GENERIC-MMCCAM-NODEBUG
|
||||
#
|
||||
# Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
|
||||
# present to keep it building in tree since it wouldn't work in LINT. This
|
||||
# version without debugging features.
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include GENERIC-MMCCAP
|
||||
include "../../conf/std.nodebug"
|
||||
|
||||
ident GENERIC-MMCCAM-NODEBUG
|
Loading…
Reference in New Issue
Block a user