aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKees Cook2012-10-24 12:22:43 -0500
committerJiri Kosina2012-10-25 11:04:22 -0500
commitfc0d1b93fe7b331448631c723cb19668c9027bf4 (patch)
tree6821716ae5e56588ce77557c91439839f69e9d6e /README
parent01872c641f8bb25b6d70328177c8fb08e0dd6d0b (diff)
downloadlinux-phy-fc0d1b93fe7b331448631c723cb19668c9027bf4.tar.gz
linux-phy-fc0d1b93fe7b331448631c723cb19668c9027bf4.tar.xz
linux-phy-fc0d1b93fe7b331448631c723cb19668c9027bf4.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 9beaed0ed620..b9a171a0183c 100644
--- a/README
+++ b/README
@@ -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,