Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp377198imm; Tue, 25 Sep 2018 23:46:11 -0700 (PDT) X-Google-Smtp-Source: ACcGV60D6xgDSRifyJBwKemQbY32cO1Vb8n21gM7vy672wIQqz3BeoikIwQwyeq6piVNWss4j2/d X-Received: by 2002:a63:7156:: with SMTP id b22-v6mr4194417pgn.342.1537944371937; Tue, 25 Sep 2018 23:46:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537944371; cv=none; d=google.com; s=arc-20160816; b=N7u1AUrCMitBX7Mlym/guVqylFHaCkN6AgiDP4rzdVi0f648Gwitp29EJCXLM+zFv2 qk3EN+a7RooYjLrpJRjrs8sMwozCIjsLJFsKtrxFDndTStaU9RCsGez6o+UrN2VZ/WDO 5mpMT7NdPHuAIvjckHRjSGC6B2b+aeCXc516+G0XjNmu04g8crbFdL8EyMeu+t7obqTW b+8aYyGlzEs0glhgfIFNvverp9vGj042YZjRYvfmAjwkuYgeidBw2DabBgnPVg+h0y1b z6/6GNrL4AuuC/gW3E/Bcz68d15fNlfM4l7fmU2CIVU8WEeo0JHh3R5LoXshZ8pMFtLX zh2g== 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:message-id :in-reply-to:subject:cc:to:from:date; bh=NqDlm+12TDh3mbjfpKrI5D51Eq5ibVNpATn0TzGsHLw=; b=Ru02kjz9In7/dX/htNMYDYxnWPhI/GzHmQCAJuc6qg+CaPWtFDkz3LW1nGk8B0q7fU f0dEdSxJIZiVWTsxCFClQ+lPaSqFJwcSjHSS3jQJ44OTa4JNAetIFcjWQwp1t3PLI20b BoUMNSzunTjTlbXPrkYsK7Uo9LiYql9xDVoA5Ta0FNBg5h7VmVfLJ5yZl08oMba4T49V /iQ7FLQf5siWUbnIleA2Ad9co3H9F1ZbZ8Z3dDygiL2ATIW+G/v47MmJZcfA5Wv62bxM 7bSW8K+r+RfZDwxgZwzQNaDtL698E8zykzSXOQJM0gBv/ZTLAjIPdElosr9uenqbJT2/ BTbw== 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 l21-v6si4532685pgo.666.2018.09.25.23.45.56; Tue, 25 Sep 2018 23:46:11 -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 S1727324AbeIZM4S (ORCPT + 99 others); Wed, 26 Sep 2018 08:56:18 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:48472 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727151AbeIZM4S (ORCPT ); Wed, 26 Sep 2018 08:56:18 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 6DD35299C9; Wed, 26 Sep 2018 02:44:51 -0400 (EDT) Date: Wed, 26 Sep 2018 16:45:28 +1000 (AEST) From: Finn Thain To: Leonardo Bras cc: lkcamp@lists.libreplanetbr.org, Alexander Shishkin , Robert Richter , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, oprofile-list@lists.sf.net, linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH 2/7] drivers: nubus: Avoids building driver if CONFIG_NUBUS is disabled In-Reply-To: <20180926015218.GA14964@WindFlash> Message-ID: References: <20180926015218.GA14964@WindFlash> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Sep 2018, Leonardo Bras wrote: > Avoids building driver if 'make drivers/nubus/' is called and > CONFIG_NUBUS is disabled. > Avoids building proc.o if CONFIG_PROC_FS is enabled but > CONFIG_NUBUS is disabled. > > Signed-off-by: Leonardo Bras > --- > drivers/nubus/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/nubus/Makefile b/drivers/nubus/Makefile > index 6d063cde39d1..827301c4a84f 100644 > --- a/drivers/nubus/Makefile > +++ b/drivers/nubus/Makefile > @@ -2,6 +2,6 @@ > # Makefile for the nubus specific drivers. > # > > -obj-y := nubus.o bus.o > - > -obj-$(CONFIG_PROC_FS) += proc.o > +obj-$(CONFIG_NUBUS) := nubus.o > +nubus-y := bus.o > +nubus-$(CONFIG_PROC_FS) += proc.o > Did you build this for m68k? It doesn't link for me. MODPOST vmlinux.o drivers/nubus/bus.o: In function `nubus_device_release': bus.c:(.text+0xd0): undefined reference to `nubus_func_rsrcs' bus.c:(.text+0xe0): undefined reference to `nubus_func_rsrcs' bus.c:(.text+0x118): undefined reference to `nubus_func_rsrcs' bus.c:(.text+0xc2): undefined reference to `nubus_func_rsrcs' drivers/nubus/proc.o: In function `nubus_devices_proc_show': proc.c:(.text+0xa): undefined reference to `nubus_first_rsrc_or_null' proc.c:(.text+0x1c): undefined reference to `nubus_next_rsrc_or_null' drivers/nubus/proc.o: In function `nubus_proc_rsrc_show': proc.c:(.text+0x190): undefined reference to `nubus_seq_write_rsrc_mem' drivers/nubus/proc.o: In function `nubus_proc_add_rsrc_mem': proc.c:(.text+0x24c): undefined reference to `nubus_dirptr' Patch 4/7 (drivers/zorro) also causes 'undefined reference' errors. I didn't test the others. --