1ACPISRC(1) General Commands Manual ACPISRC(1)
2
3
4
6 acpisrc - ACPICA source code conversion utility
7
9 acpisrc [-c|-l|-u][-d][-s][-v][-y]<source-dir><dest-dir> <aml-file>
10
11
13 This manual page briefly documents the acpisrc command. The option list
14 is taken from the acpisrc interactive help.
15
16 acpisrc converts the ACPICA into various forms for use with different
17 operating systems. Source for ACPICA may be obtained from
18 http://www.acpica.org/source/.
19
20 Much more detailed documentation may be found at
21 http://www.acpica.org/documentation/.
22
23
25 -c Generate cleaned version of the source
26
27 -h Insert dual-license header into all module
28
29 -l Generate Linux version of the source
30
31 -u Generate custom source translation
32
33 -d Leave debug statements in code
34
35 -s Generate source statistics only
36
37 -v Verbose mode
38
39 -y Suppress file overwrite prompts
40
41
43 acpisrc was written by Robert Moore <robert.moore@intel.com>.
44
45 This manual page was written by Al Stone <ahs3@redhat.com> for the
46 Fedora project (but may be used by others).
47
48
49
50 January 23, 2013 ACPISRC(1)