diff options
| author | Robert Millan <rmh@FreeBSD.org> | 2012-02-04 00:54:43 +0000 |
|---|---|---|
| committer | Robert Millan <rmh@FreeBSD.org> | 2012-02-04 00:54:43 +0000 |
| commit | 4a47892c81d0f1f20a7740d487cd4a0c6e3631e9 (patch) | |
| tree | 0b514413c1731e8ee1f950a2cd74d9cd56a0c36e /tools/build | |
| parent | 8cc51d2da278c6efa9c447e3587f6e187905296f (diff) | |
Notes
Diffstat (limited to 'tools/build')
| -rw-r--r-- | tools/build/options/WITHOUT_SOURCELESS | 2 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_SOURCELESS_HOST | 2 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_SOURCELESS_UCODE | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_SOURCELESS b/tools/build/options/WITHOUT_SOURCELESS new file mode 100644 index 0000000000000..995252ec9215a --- /dev/null +++ b/tools/build/options/WITHOUT_SOURCELESS @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). diff --git a/tools/build/options/WITHOUT_SOURCELESS_HOST b/tools/build/options/WITHOUT_SOURCELESS_HOST new file mode 100644 index 0000000000000..22a8dffe392fd --- /dev/null +++ b/tools/build/options/WITHOUT_SOURCELESS_HOST @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build kernel modules that include sourceless native code for host CPU. diff --git a/tools/build/options/WITHOUT_SOURCELESS_UCODE b/tools/build/options/WITHOUT_SOURCELESS_UCODE new file mode 100644 index 0000000000000..c356a95e386e7 --- /dev/null +++ b/tools/build/options/WITHOUT_SOURCELESS_UCODE @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build kernel modules that include sourceless microcode. |
