]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | ###################################################################### |
2 | # | |
3 | # Standard Apple Mac OS Configurations: | |
4 | # -------- ----- ------ --------------- | |
5 | # | |
6 | # RELEASE = [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep ] | |
7 | # PROFILE = [ RELEASE profile ] | |
8 | # DEBUG = [ RELEASE debug ] | |
9 | # | |
10 | # | |
11 | # EMBEDDED = [ intel mach iokitcpp hibernation no_kextd bsmall crypto ] | |
12 | # DEVELOPMENT = [ EMBEDDED ] | |
13 | # | |
14 | ###################################################################### | |
15 | ||
16 | machine "x86_64" # <intel> | |
17 | cpu "x86_64" # <intel> | |
18 | ||
19 | options NO_KEXTD # <no_kextd> | |
20 | ||
21 | options NO_NESTED_PMAP # <no_nested_pmap> |