From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJXBW-0008N2-4d for guix-patches@gnu.org; Fri, 18 May 2018 00:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJXBS-00007U-QW for guix-patches@gnu.org; Fri, 18 May 2018 00:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJXBS-00007H-Ne for guix-patches@gnu.org; Fri, 18 May 2018 00:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJXBS-0004P1-EG for guix-patches@gnu.org; Fri, 18 May 2018 00:40:02 -0400 Subject: [bug#31447] [PATCH] linux-libre: Add aarch64-linux. Resent-Message-ID: From: Mark H Weaver References: <87bmdivr91.fsf@aikidev.net> <87lgci4q90.fsf@gnu.org> <87d0xu5dgu.fsf@netris.org> <87vabmsztc.fsf@aikidev.net> Date: Fri, 18 May 2018 00:38:27 -0400 In-Reply-To: <87vabmsztc.fsf@aikidev.net> (Vagrant Cascadian's message of "Thu, 17 May 2018 15:05:35 -0700") Message-ID: <874lj560jg.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vagrant Cascadian Cc: 31447@debbugs.gnu.org Vagrant Cascadian writes: > On 2018-05-17, Mark H Weaver wrote: >> As Ludovic mentioned, the new .conf file needs to be added to >> gnu/local.mk. > > I don't see any of the existing linux-libre/*.conf files added there; > maybe Ludovic meant Makefile.am ? Indeed, they go in Makefile.am, not gnu/local.mk. Thanks, Mark