mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
i386: Unhook all kernel configs from make universe
This effectively makes i386 a world-only target in make universe. Reviewed by: bz, imp Differential Revision: https://reviews.freebsd.org/D51193
This commit is contained in:
parent
1cc020eba6
commit
7442cdca51
5 changed files with 9 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
# in NOTES.
|
||||
#
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
cpu I486_CPU
|
||||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
# in NOTES.
|
||||
#
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include GENERIC
|
||||
include "std.nodebug"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#NO_UNIVERSE
|
||||
|
||||
include "../../conf/NOTES"
|
||||
include "../../x86/conf/NOTES"
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
# in NOTES.
|
||||
#
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
cpu I486_CPU
|
||||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
|
||||
#
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include GENERIC
|
||||
|
||||
ident PAE-GENERIC
|
||||
|
|
|
|||
Loading…
Reference in a new issue