From: Kees Cook Date: Wed, 24 Oct 2012 17:22:43 +0000 (-0700) Subject: README: document "make olddefconfig" X-Git-Tag: upstream/snapshot3+hdmi~4414^2~190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc0d1b93fe7b331448631c723cb19668c9027bf4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git README: document "make olddefconfig" While "olddefconfig" was documented in "make help", it was not mentioned in the README. Signed-off-by: Kees Cook Signed-off-by: Jiri Kosina --- diff --git a/README b/README index 9beaed0..b9a171a 100644 --- 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,