Commit fc0d1b93fe7b331448631c723cb19668c9027bf4

Authored by Kees Cook
Committed by Jiri Kosina
1 parent 01872c641f

README: document "make olddefconfig"

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

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -180,6 +180,10 @@
180 180 with questions already answered.
181 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 187 "make defconfig" Create a ./.config file by using the default
184 188 symbol values from either arch/$ARCH/defconfig
185 189 or arch/$ARCH/configs/${PLATFORM}_defconfig,