mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b086426bc2
commit
6b9acd1bfb
3 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
# and testing on bhyve
|
||||
# $FreeBSD$
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include MINIMAL
|
||||
|
||||
ident GENERIC-MMCCAM
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include GENERIC
|
||||
|
||||
ident GENERIC-MMCCAM
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include GENERIC-MMCCAM
|
||||
include "../../conf/std.nodebug"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue