Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fc0d1b93 authored by Kees Cook's avatar Kees Cook Committed by Jiri Kosina
Browse files

README: document "make olddefconfig"


While "olddefconfig" was documented in "make help", it was not mentioned
in the README.

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 01872c64
No related merge requests found
...@@ -180,6 +180,10 @@ CONFIGURING the kernel: ...@@ -180,6 +180,10 @@ CONFIGURING the kernel:
with questions already answered. with questions already answered.
Additionally updates the dependencies. Additionally updates the dependencies.
"make olddefconfig"
Like above, but sets new symbols to their default
values without prompting.
"make defconfig" Create a ./.config file by using the default "make defconfig" Create a ./.config file by using the default
symbol values from either arch/$ARCH/defconfig symbol values from either arch/$ARCH/defconfig
or arch/$ARCH/configs/${PLATFORM}_defconfig, or arch/$ARCH/configs/${PLATFORM}_defconfig,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment