From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729477AbgEFWKV (ORCPT ); Wed, 6 May 2020 18:10:21 -0400 Subject: Re: Proper use for linking foo.o_shipped after 69ea912fda74 ("kbuild: remove unneeded link_multi_deps")? References: <01279bfe-95a3-dbdb-3785-bd2d92dc4f95@gmail.com> From: Florian Fainelli Message-ID: <365fcf52-8132-24eb-80d0-bb212a3534f1@gmail.com> Date: Wed, 6 May 2020 15:10:17 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: LKML , Linux Kbuild mailing list , Michal Marek On 5/6/2020 9:24 AM, Masahiro Yamada wrote: >> To me this is a regression, as it used to work and now it does not, thus >> we should be fixing it, any idea about how we go about it without doing >> a plain revert? > > > In fact, a patch exists. > > https://patchwork.kernel.org/patch/11318691/ > > It allows you to link whatever file name to a module, > but please read the comments from Christoph and Greg. > > > In this case, your Makefile is doing strange. > > I'd recommend to fix your Makefile. Yes, I ended up finding a way to fix it, thank you for your time. -- Florian