From c24f3d615a2a8ed7e251f6ac88d305c8345d3ea3 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 25 Nov 2015 12:50:25 -0700 Subject: Makefile: Individualize help targets & set as non-compile targets - Including the help targets in the list of NOCOMPILE targets means they can run even if the toolchain is mucked up. Since they contain info on building the toolchin, this is useful. - Separate the three current parts of the help target into individual components: help_coreboot, help_toolchain, and help_kconfig. This is mostly for the help_toolchin target which will be printed out by toolchain.inc. Change-Id: I365d95fd63e22bddd122fb1fede6f04270e03d63 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12542 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/kconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/kconfig/Makefile b/util/kconfig/Makefile index a468125b3f..cec676b176 100644 --- a/util/kconfig/Makefile +++ b/util/kconfig/Makefile @@ -104,8 +104,8 @@ olddefconfig: $(objk)/conf $< --defconfig=configs/$@ $(Kconfig) # Help text used by make help -help:: - @echo '*** Kconfig Help ***' +help_kconfig help:: + @echo '*** Kconfig Targets ***' @echo ' config - Update current config utilising a line-oriented program' @echo ' nconfig - Update current config utilising a ncurses menu based program' @echo ' menuconfig - Update current config utilising a menu based program' -- cgit v1.2.3