diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -180,6 +180,10 @@ CONFIGURING the kernel: | |||
180 | with questions already answered. | 180 | with questions already answered. |
181 | Additionally updates the dependencies. | 181 | Additionally updates the dependencies. |
182 | 182 | ||
183 | "make olddefconfig" | ||
184 | Like above, but sets new symbols to their default | ||
185 | values without prompting. | ||
186 | |||
183 | "make defconfig" Create a ./.config file by using the default | 187 | "make defconfig" Create a ./.config file by using the default |
184 | symbol values from either arch/$ARCH/defconfig | 188 | symbol values from either arch/$ARCH/defconfig |
185 | or arch/$ARCH/configs/${PLATFORM}_defconfig, | 189 | or arch/$ARCH/configs/${PLATFORM}_defconfig, |