Makefile: add help for linux-update-defconfig target
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 2 Apr 2015 19:34:46 +0000 (21:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 6 Apr 2015 21:33:10 +0000 (23:33 +0200)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index bcb1f9630265f631f8c8de17c0e0699ed240a9e0..c691b577e29048b7b8721931f5c02513ae1e9a65 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -888,6 +888,8 @@ endif
 ifeq ($(BR2_LINUX_KERNEL),y)
        @echo '  linux-menuconfig       - Run Linux kernel menuconfig'
        @echo '  linux-savedefconfig    - Run Linux kernel savedefconfig'
+       @echo '  linux-update-defconfig - Save the Linux configuration to the path specified'
+       @echo '                             by BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE'
 endif
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
        @echo '  uclibc-menuconfig      - Run uClibc menuconfig'