The branch main has been updated by rwatson:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=adc96a51a5539a185898d71ebb22f17cbf61e039

commit adc96a51a5539a185898d71ebb22f17cbf61e039
Author:     Robert Watson <rwat...@freebsd.org>
AuthorDate: 2021-01-16 12:42:26 +0000
Commit:     Robert Watson <rwat...@freebsd.org>
CommitDate: 2021-01-19 22:26:20 +0000

    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
---
 sys/arm64/conf/GENERIC-MMCCAM-NODEBUG | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG 
b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
new file mode 100644
index 000000000000..93360bea9bc0
--- /dev/null
+++ b/sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
@@ -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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to