diff options
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index d9c655433ec6..e903f20077cf 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -28,10 +28,20 @@ AFLAGS_MODULE | |||
28 | -------------------------------------------------- | 28 | -------------------------------------------------- |
29 | Addtional module specific options to use for $(AS). | 29 | Addtional module specific options to use for $(AS). |
30 | 30 | ||
31 | AFLAGS_KERNEL | ||
32 | -------------------------------------------------- | ||
33 | Addtional options for $(AS) when used for assembler | ||
34 | code for code that is compiled as built-in. | ||
35 | |||
31 | KCFLAGS | 36 | KCFLAGS |
32 | -------------------------------------------------- | 37 | -------------------------------------------------- |
33 | Additional options to the C compiler (for built-in and modules). | 38 | Additional options to the C compiler (for built-in and modules). |
34 | 39 | ||
40 | CFLAGS_KERNEL | ||
41 | -------------------------------------------------- | ||
42 | Addtional options for $(CC) when used to compile | ||
43 | code that is compiled as built-in. | ||
44 | |||
35 | CFLAGS_MODULE | 45 | CFLAGS_MODULE |
36 | -------------------------------------------------- | 46 | -------------------------------------------------- |
37 | Addtional module specific options to use for $(CC). | 47 | Addtional module specific options to use for $(CC). |