From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF952C433ED for ; Tue, 4 May 2021 21:08:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE653613C3 for ; Tue, 4 May 2021 21:08:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232493AbhEDVJr (ORCPT ); Tue, 4 May 2021 17:09:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231445AbhEDVJq (ORCPT ); Tue, 4 May 2021 17:09:46 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42998C061574; Tue, 4 May 2021 14:08:51 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1le2Hb-004BDH-7z; Tue, 04 May 2021 23:08:43 +0200 Message-ID: <29f3d9e96548574284827b65c63cb2bd142df9c6.camel@sipsolutions.net> Subject: Re: [PATCH 2/2] kconfig: unify cc-option and as-option From: Johannes Berg To: Masahiro Yamada Cc: Linux Kbuild mailing list , Nick Desaulniers , Arvind Sankar , Andrew Morton , Brendan Higgins , Catalin Marinas , Changbin Du , Krzysztof Kozlowski , Mauro Carvalho Chehab , Randy Dunlap , Will Deacon , linux-arm-kernel , Linux Kernel Mailing List Date: Tue, 04 May 2021 23:08:42 +0200 In-Reply-To: References: <20200614144341.1077495-1-masahiroy@kernel.org> <20200614144341.1077495-2-masahiroy@kernel.org> <70868660127bd13dcc47e94108483ff15827378c.camel@sipsolutions.net> <58e4bd69c15fd0e0cf3de32e8ed53296d34c7e1e.camel@sipsolutions.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Wed, 2021-05-05 at 06:05 +0900, Masahiro Yamada wrote: > > It was fixed. > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=805b2e1d427aab4bb27fa7c51ebb9db7547551b1 > Ah, ok, great. > > > If you want to make it work without that commit, > >    make -C /lib/modules/$(uname -r)/build/ kernelversion M=/tmp > > will work. I guess that works. I was just going to ignore the errors now that I realized what it was :) Thanks! johannes