README: document "make olddefconfig"
authorKees Cook <keescook@chromium.org>
Wed, 24 Oct 2012 17:22:43 +0000 (10:22 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 25 Oct 2012 16:04:22 +0000 (18:04 +0200)
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>
README

diff --git a/README b/README
index 9beaed0..b9a171a 100644 (file)
--- a/README
+++ b/README
@@ -180,6 +180,10 @@ CONFIGURING the kernel:
                         with questions already answered.
                         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
                         symbol values from either arch/$ARCH/defconfig
                         or arch/$ARCH/configs/${PLATFORM}_defconfig,