diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2023-02-21 08:35:19 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2023-02-21 15:36:48 +0000 |
commit | 192a001984009ad99e61203db0ea97bd1fc2dc73 (patch) | |
tree | 26e552784e749fb296531524c1a63fee409639f5 /sys/i386 | |
parent | 836e4b371b6eacc8a7e14cdf30fbced59c343455 (diff) | |
download | src-192a001984009ad99e61203db0ea97bd1fc2dc73.tar.gz src-192a001984009ad99e61203db0ea97bd1fc2dc73.zip |
i386: whack LINT-NO* kernels
there is nothing i386-specific about them and equivalent configs already
build for amd64.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D38700
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT-NOINET | 8 | ||||
-rw-r--r-- | sys/i386/conf/LINT-NOINET6 | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT-NOIP | 22 |
3 files changed, 0 insertions, 36 deletions
diff --git a/sys/i386/conf/LINT-NOINET b/sys/i386/conf/LINT-NOINET deleted file mode 100644 index 2e4366ef8996..000000000000 --- a/sys/i386/conf/LINT-NOINET +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -include LINT -ident LINT-NOINET -makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" -nooptions INET -nodevice gre -nodevice netmap diff --git a/sys/i386/conf/LINT-NOINET6 b/sys/i386/conf/LINT-NOINET6 deleted file mode 100644 index ffb275fd68d9..000000000000 --- a/sys/i386/conf/LINT-NOINET6 +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ - -include LINT -ident LINT-NOINET6 -makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT=" -nooptions INET6 diff --git a/sys/i386/conf/LINT-NOIP b/sys/i386/conf/LINT-NOIP deleted file mode 100644 index 1c91dae98baa..000000000000 --- a/sys/i386/conf/LINT-NOIP +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -include LINT -ident LINT-NOIP -makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" -makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT=" -nooptions INET -nooptions INET6 -nooptions KERN_TLS -nodevice age -nodevice alc -nodevice ale -nodevice bxe -nodevice em -nodevice fxp -nodevice jme -nodevice lio -nodevice msk -nodevice mxge -nodevice sge -nodevice sk -nodevice txp -nodevice netmap |