]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | ###################################################################### |
2 | # | |
316670eb | 3 | # RELEASE = [ intel mach libkerncpp hibernation networking config_dtrace crypto allcrypto zlib config_kxld iokitstats vm_pressure_events config_kec_fips ] |
b0d623f7 | 4 | # PROFILE = [ RELEASE profile ] |
316670eb | 5 | # DEBUG = [ RELEASE debug mach_assert ] |
b0d623f7 | 6 | # |
6d2010ae | 7 | # EMBEDDED = [ intel mach libkerncpp hibernation networking crypto zlib ] |
b0d623f7 A |
8 | # DEVELOPMENT = [ EMBEDDED ] |
9 | # | |
10 | ###################################################################### | |
11 | ||
12 | machine "x86_64" # <intel> | |
13 | cpu "x86_64" # <intel> | |
14 | ||
b0d623f7 | 15 | options NO_NESTED_PMAP # <no_nested_pmap> |
39236c6e A |
16 | |
17 | options CONFIG_MACF # Mandatory Access Control Framework |