From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vtjnM1MPLzDqJt for ; Thu, 30 Mar 2017 09:56:54 +1100 (AEDT) Message-ID: <1490828197.3177.193.camel@kernel.crashing.org> Subject: Re: [PATCH] macintosh: Do not arbitrarily limit architecture for macintosh drivers. From: Benjamin Herrenschmidt To: Arnd Bergmann , Michal Suchanek Cc: linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List Date: Thu, 30 Mar 2017 09:56:37 +1100 In-Reply-To: References: <20170329133318.16189-1-msuchanek@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-03-29 at 23:29 +0200, Arnd Bergmann wrote: > Why not move the mac_hid module to drivers/input instead so > it no longer depends on MACINTOSH_DRIVERS? > > For the other mac drivers, it may be helpful to to add '|| > COMPILE_TEST' > to the dependency line here to allow building them on ARM (after > you have verified that we can in fact build them all without > warnings), > but that would be unrelated. A bunch of them will rely on specific powermac infrastructure from arch, it's likely they won't build. Cheers, Ben.