Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1640185ybz; Thu, 16 Apr 2020 12:48:08 -0700 (PDT) X-Google-Smtp-Source: APiQypIcb+/DUdyXfQku90hXzk855nP+T/4+ug2bL2JjGz6tgEm2frjBED0d0WuLxlJ6P6a+C0Pk X-Received: by 2002:a05:6402:14c1:: with SMTP id f1mr19447699edx.221.1587066487950; Thu, 16 Apr 2020 12:48:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587066487; cv=none; d=google.com; s=arc-20160816; b=cuPghseN/XJrKpAiNzG2ehcEXb7m4oCj68CUQ/WaNbZfdWg+1Ot2zc4cIuX0SNTViB YQmcN0Ty20OoA6i3/pBTNjEOgnYeJJA351cu7APqPqnLrzlVLJb7Hx0wWmJXOaaBOZ5V 645Sj8aSHCeoqTC+B+gI7QqDxcBnc2q8i0r9PJcrYw+qQjJUr6cvg6znspmlXKfXor3f WNd0MpX4yMoMm7oNQK8EIBuYcRPQCUcubf8dCWyBQwFxqwOyzmVCkxVKEPx7g7hetgLJ V/Fej8+2MPj6V4iq165uI995kbXLiz9JY3MgXyTDLk5/vB53PMjEbjtnRxwQ49ssKGT5 Z6ig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=ECVBB9xbGaoy8E3kcKJOUYZ64/17y2q8DYIEIH6Ex0A=; b=g2a3rApYshjMU5RHJniLis7n8xlI58cRu/T9jUr27Av+0KdEAKgTXf2o6SdpDcJI41 EQC1oQeVSSGB/KylyDLaRIQjZPbsLZ+MQD7WTJ5yDi1C/LYkdIDSDbK77Ckk9l23fBQL 15HqMydNfZrz+zzWz+JTzVVZwS6s3eQ23wgRJJ9pBRVBmGOCXJat/g5sq6W7rYd+ESkx ZTHV6ZffDIFNQ//OObMcNTdR53/VlZxxcXxdft6RkGup663hkY51N68qiDfEenTD0O7E F55uO6eX2GhgQLMBm96ovsfoo3xwCtEx6S0Wprq0K133nbSFkMY0FgqRd8QT6cHE9nZI kQew== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=EAp+quYA; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id va12si959893ejb.227.2020.04.16.12.47.44; Thu, 16 Apr 2020 12:48:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=EAp+quYA; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2897317AbgDPNgW (ORCPT + 99 others); Thu, 16 Apr 2020 09:36:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:39738 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2896056AbgDPN3n (ORCPT ); Thu, 16 Apr 2020 09:29:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C7B99208E4; Thu, 16 Apr 2020 13:29:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587043783; bh=79z7BDql8stYOus3GTROCiSx/mTNrMJNRyoDBHRU8TQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EAp+quYAmlkpHIl6yjlrtilIHz8idXSpXdxwFiHtNsBBnBvLyjzgJE6sKr1hhDdTb dR3CgNEWZ8ZjuqRbKoXmai7ZXKn2W8QhmANE9CL9iXvYkctMutBurXwu/JgjZnPRFW OU7JnZXMqpRd36EWzkml89lRLhOYhzyKNkCVZ+J0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Laura Abbott , Anssi Hannula , Bartosz Golaszewski , Linus Walleij Subject: [PATCH 4.19 098/146] tools: gpio: Fix out-of-tree build regression Date: Thu, 16 Apr 2020 15:23:59 +0200 Message-Id: <20200416131256.157696583@linuxfoundation.org> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20200416131242.353444678@linuxfoundation.org> References: <20200416131242.353444678@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Anssi Hannula commit 82f04bfe2aff428b063eefd234679b2d693228ed upstream. Commit 0161a94e2d1c7 ("tools: gpio: Correctly add make dependencies for gpio_utils") added a make rule for gpio-utils-in.o but used $(output) instead of the correct $(OUTPUT) for the output directory, breaking out-of-tree build (O=xx) with the following error: No rule to make target 'out/tools/gpio/gpio-utils-in.o', needed by 'out/tools/gpio/lsgpio-in.o'. Stop. Fix that. Fixes: 0161a94e2d1c ("tools: gpio: Correctly add make dependencies for gpio_utils") Cc: Cc: Laura Abbott Signed-off-by: Anssi Hannula Link: https://lore.kernel.org/r/20200325103154.32235-1-anssi.hannula@bitwise.fi Reviewed-by: Bartosz Golaszewski Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- tools/gpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/gpio/Makefile +++ b/tools/gpio/Makefile @@ -35,7 +35,7 @@ $(OUTPUT)include/linux/gpio.h: ../../inc prepare: $(OUTPUT)include/linux/gpio.h -GPIO_UTILS_IN := $(output)gpio-utils-in.o +GPIO_UTILS_IN := $(OUTPUT)gpio-utils-in.o $(GPIO_UTILS_IN): prepare FORCE $(Q)$(MAKE) $(build)=gpio-utils