Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1643851imm; Wed, 26 Sep 2018 23:37:14 -0700 (PDT) X-Google-Smtp-Source: ACcGV61HADS34qoxShZ0Wl/DsZbELy/OnKf2sH1b7B1ynqALOrlwhLRTR7nmcfmU0oQwV410zHM+ X-Received: by 2002:a17:902:8347:: with SMTP id z7-v6mr9218847pln.147.1538030234449; Wed, 26 Sep 2018 23:37:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538030234; cv=none; d=google.com; s=arc-20160816; b=lugF1qKmnqlldyoMQ2Ml5Q+UC9R7uad1ESMF9cuG21xDSbXRRPpDVCi7xn5KnfvZ9y Ku5Cg1mui9vbJG+2nn/S9F6yx2JaE/LmRGbPd13J11XhMZeI1VBUdZ6ttk3vSgVRigla UOBOgV3FT3eC9kx/qmEeObh6HHE20XStTwptUiVVHqGsprfWDkiPUheipkTsgUw7aHuD OqoBLut73OrJ7+Fo71CjTHReYbO17PvcV8xM5O4glOSM+2ATqs2a9JgmBoxJNVhyXBgs p+iG7BfKEXPfg4UdhGOkfFjucaM1zBAuvn2dWq8LnbIB0FHm5SmkautwewuZ9oTaX47G nHOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=lUF7SQBCDdlZpEVeYXY7TSW2u+JeOdoZQeticmcIajc=; b=ELe1pBbi+TQ/o+3S1bS9os46gJ3MgsE8uEWnPuOD39GRgDNrfMbRJf9o2iooUZuiZR f70lzytFhWzUjujHqzEdoBCi+uKWmddMYQsYwowD3HS4aOxBhis9oL3YImLnQlWqv3yT MK+4Lh8YEyMeM1pB0BpTq0fTmUrCskYAQganJKhMd5e1YqoNdWWWpdt3wf3jyCPUmqAQ w8HMEt2NiksAbh9gPxsn+k2P8kA7/HlyHHIyh8HG+g0LVwmog6/5gatbLpNbqZDiaOEa ygNSV6MuKvPubVWM/jBJuxI+mEp/N7WOI470yIE9Qs25mIF54IZwHP+LdE/oQiCnH7SN 2bXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y7-v6si1200746plt.112.2018.09.26.23.36.59; Wed, 26 Sep 2018 23:37:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727118AbeI0Mve (ORCPT + 99 others); Thu, 27 Sep 2018 08:51:34 -0400 Received: from mail.sf-mail.de ([78.47.74.12]:57985 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726669AbeI0Mve (ORCPT ); Thu, 27 Sep 2018 08:51:34 -0400 Received: (qmail 22394 invoked from network); 27 Sep 2018 06:34:54 -0000 Received: from dslb-092-076-190-100.092.076.pools.vodafone-ip.de ([::ffff:92.76.190.100]:54432 HELO daneel.sf-tec.de) (auth=eike@sf-mail.de) by mail.sf-mail.de (Qsmtpd 0.34dev) with (DHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA for ; Thu, 27 Sep 2018 08:34:54 +0200 From: Rolf Eike Beer To: Leonardo =?ISO-8859-1?Q?Br=E1s?= , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/7] drivers: oprofile: Avoids building driver from direct make command Date: Thu, 27 Sep 2018 08:34:47 +0200 Message-ID: <5236278.7dVKUIXYaR@daneel.sf-tec.de> In-Reply-To: <20180927014138.GA8988@WindFlash> References: <20180927014138.GA8988@WindFlash> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart12115357.1jVS6xkInD"; micalg="pgp-sha1"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart12115357.1jVS6xkInD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Am Donnerstag, 27. September 2018, 03:41:38 CEST schrieb Leonardo Br=E1s: > Creates new Makefile to avoid building driver if > 'make drivers/oprofile/' is called directly. >=20 > This driver is usually built from arch/$ARCH and seems to have > no meaning building alone. >=20 > Signed-off-by: Leonardo Br=E1s > --- > drivers/oprofile/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 drivers/oprofile/Makefile >=20 > diff --git a/drivers/oprofile/Makefile b/drivers/oprofile/Makefile > new file mode 100644 > index 000000000000..acaed2ad6eee > --- /dev/null > +++ b/drivers/oprofile/Makefile > @@ -0,0 +1,2 @@ > +#Does nothing, since the source is called from arch/$ARCH/ tree. > + Now there is a blank line where it does not need to be. Eike --nextPart12115357.1jVS6xkInD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSaYVDeqwKa3fTXNeNcpIk+abn8TgUCW6x6BwAKCRBcpIk+abn8 Tvl7AKCFkZepc2zqW4LzYndekkBzHyhugACdEVf+VOoOZe6h52weydIXrk8pdfg= =hiYj -----END PGP SIGNATURE----- --nextPart12115357.1jVS6xkInD--