diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-10-09 01:48:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-10-09 01:48:14 +0000 |
| commit | 7e46dafa582b8c34290c95fa2ce7e105c4329b3c (patch) | |
| tree | cb47c24e0f24940a4cc047259ec9210b5c2c7a4a /sys/i386 | |
| parent | 19fe23fa2bd52d6a42fb408d21b9d49c4bee81ef (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
| -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 | 20 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile | 6 |
5 files changed, 39 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT new file mode 100644 index 0000000000000..9618f78944ab5 --- /dev/null +++ b/sys/i386/conf/LINT @@ -0,0 +1,5 @@ +# $FreeBSD$ + +include "../../conf/NOTES" +include "../../x86/conf/NOTES" +include NOTES diff --git a/sys/i386/conf/LINT-NOINET b/sys/i386/conf/LINT-NOINET new file mode 100644 index 0000000000000..2e4366ef89960 --- /dev/null +++ b/sys/i386/conf/LINT-NOINET @@ -0,0 +1,8 @@ +# $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 new file mode 100644 index 0000000000000..ffb275fd68d90 --- /dev/null +++ b/sys/i386/conf/LINT-NOINET6 @@ -0,0 +1,6 @@ +# $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 new file mode 100644 index 0000000000000..a1ea6fa3202a6 --- /dev/null +++ b/sys/i386/conf/LINT-NOIP @@ -0,0 +1,20 @@ +# $FreeBSD$ +include LINT +ident LINT-NOIP +makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" +makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT=" +nooptions INET +nooptions INET6 +nodevice age +nodevice alc +nodevice ale +nodevice bxe +nodevice em +nodevice fxp +nodevice jme +nodevice msk +nodevice mxge +nodevice sge +nodevice sk +nodevice txp +nodevice netmap diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile deleted file mode 100644 index 0cbafedfaf16b..0000000000000 --- a/sys/i386/conf/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ - -TARGET=i386 - -NOTES= ${.CURDIR}/../../x86/conf/NOTES -.include "${.CURDIR}/../../conf/makeLINT.mk" |
