Exclude MMCCAM kernels from make universe

They don't provide any value and are quite arbitrary.

Note arm64 GENERIC-MMCCAM was already excluded, just not the NODEBUG
variant.

The option is already build-tested with arm64 LINT kernel.

Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D38458
This commit is contained in:
Mateusz Guzik 2023-02-08 22:02:16 +00:00
parent b086426bc2
commit 6b9acd1bfb
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# and testing on bhyve
# $FreeBSD$
#NO_UNIVERSE
include MINIMAL
ident GENERIC-MMCCAM

View File

@ -5,6 +5,8 @@
#
# $FreeBSD$
#NO_UNIVERSE
include GENERIC
ident GENERIC-MMCCAM

View File

@ -7,6 +7,8 @@
#
# $FreeBSD$
#NO_UNIVERSE
include GENERIC-MMCCAM
include "../../conf/std.nodebug"