diff options
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index f1431d099fce..7c2a89ba674c 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -26,11 +26,11 @@ Additional options to the assembler (for built-in and modules). | |||
26 | 26 | ||
27 | AFLAGS_MODULE | 27 | AFLAGS_MODULE |
28 | -------------------------------------------------- | 28 | -------------------------------------------------- |
29 | Addtional module specific options to use for $(AS). | 29 | Additional module specific options to use for $(AS). |
30 | 30 | ||
31 | AFLAGS_KERNEL | 31 | AFLAGS_KERNEL |
32 | -------------------------------------------------- | 32 | -------------------------------------------------- |
33 | Addtional options for $(AS) when used for assembler | 33 | Additional options for $(AS) when used for assembler |
34 | code for code that is compiled as built-in. | 34 | code for code that is compiled as built-in. |
35 | 35 | ||
36 | KCFLAGS | 36 | KCFLAGS |
@@ -39,12 +39,12 @@ Additional options to the C compiler (for built-in and modules). | |||
39 | 39 | ||
40 | CFLAGS_KERNEL | 40 | CFLAGS_KERNEL |
41 | -------------------------------------------------- | 41 | -------------------------------------------------- |
42 | Addtional options for $(CC) when used to compile | 42 | Additional options for $(CC) when used to compile |
43 | code that is compiled as built-in. | 43 | code that is compiled as built-in. |
44 | 44 | ||
45 | CFLAGS_MODULE | 45 | CFLAGS_MODULE |
46 | -------------------------------------------------- | 46 | -------------------------------------------------- |
47 | Addtional module specific options to use for $(CC). | 47 | Additional module specific options to use for $(CC). |
48 | 48 | ||
49 | LDFLAGS_MODULE | 49 | LDFLAGS_MODULE |
50 | -------------------------------------------------- | 50 | -------------------------------------------------- |