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:
John Baldwin 2025-07-14 11:00:10 -04:00
parent 1cc020eba6
commit 7442cdca51
5 changed files with 9 additions and 0 deletions

View file

@ -17,6 +17,8 @@
# in NOTES.
#
#NO_UNIVERSE
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU

View file

@ -25,6 +25,8 @@
# in NOTES.
#
#NO_UNIVERSE
include GENERIC
include "std.nodebug"

View file

@ -1,3 +1,4 @@
#NO_UNIVERSE
include "../../conf/NOTES"
include "../../x86/conf/NOTES"

View file

@ -31,6 +31,8 @@
# in NOTES.
#
#NO_UNIVERSE
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU

View file

@ -2,6 +2,8 @@
# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
#
#NO_UNIVERSE
include GENERIC
ident PAE-GENERIC