From owner-freebsd-arch@FreeBSD.ORG Mon Jan 9 09:04:16 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 029051065672 for ; Mon, 9 Jan 2012 09:04:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B0CC58FC15 for ; Mon, 9 Jan 2012 09:04:15 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so4034578vbb.13 for ; Mon, 09 Jan 2012 01:04:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EExUd2PbvQlRkryVqSoaGSqyJwG+DIFAH/HpnfLviqY=; b=FP7mAIfWvS/YsD8fRGaHHW5EeK5eIa9q87GzJl6F8oqXCJn0sMu9EQDjcV1LK46Tar QmfqD4KAGrmr6y9iRy2S79RDQjNwMVfO/x1wsNSf8Nt/ee9dtshkC6qVgpeOJIG4S/00 vlrNN/IqolCy0ZjFqa8Rd6+Fq0B5GndEZr1H8= MIME-Version: 1.0 Received: by 10.52.35.10 with SMTP id d10mr6987646vdj.132.1326099854880; Mon, 09 Jan 2012 01:04:14 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Mon, 9 Jan 2012 01:04:14 -0800 (PST) In-Reply-To: References: <09C21BD6-46E1-4593-9E3C-183CF229A613@lassitu.de> Date: Mon, 9 Jan 2012 01:04:14 -0800 X-Google-Sender-Auth: 3_UmmhXjfGPrqsilUJUfIsKnBYc Message-ID: From: Adrian Chadd To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arch@freebsd.org Subject: Re: Where should I put ar71xx_* modules? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 09:04:16 -0000 On 9 January 2012 00:52, Stefan Bethke wrote: > We have lots of modules that have specific requirements; they're still co= nnected to the build. =A0What warrants different handling here? =A0You coul= d put them under .if ${MACHINE_CPUARCH} !=3D "mips" like a number of them a= re already. Hm, I didn't want to add modules for a specific SoC that won't ever be built for any other platform. Eg, if someone does a XLR build, they shouldn't get ar71xx modules built. But sure, I can just connect them to the mips build and be done with it. Adrian