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