Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933925AbbLWR6n (ORCPT ); Wed, 23 Dec 2015 12:58:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43128 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933228AbbLWR6l (ORCPT ); Wed, 23 Dec 2015 12:58:41 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Wang Nan , pi3orama , lizefan@huawei.com Subject: [PATCH 1/5] tools build feature: Fix feature_check_display_code typo Date: Wed, 23 Dec 2015 18:58:30 +0100 Message-Id: <1450893514-9158-2-git-send-email-jolsa@kernel.org> In-Reply-To: <1450893514-9158-1-git-send-email-jolsa@kernel.org> References: <1450893514-9158-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 29 This function is cursed.. ;-) Link: http://lkml.kernel.org/n/tip-8p5nvjgaypgsu5ycfjmkrx5d@git.kernel.org Signed-off-by: Jiri Olsa --- tools/build/Makefile.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 6c0519de765d..a8b4befdef7e 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature @@ -143,7 +143,7 @@ ifneq ("$(FEATURE_DUMP)","$(FEATURE_DUMP_FILE)") endif feature_display_check = $(eval $(feature_check_display_code)) -define feature_display_check_code +define feature_check_display_code ifneq ($(feature-$(1)), 1) feature_display := 1 endif -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/