From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750862AbdALXaz (ORCPT ); Thu, 12 Jan 2017 18:30:55 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33442 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbdALXay (ORCPT ); Thu, 12 Jan 2017 18:30:54 -0500 Message-ID: <587811A7.2040202@gmail.com> Date: Thu, 12 Jan 2017 23:30:47 +0000 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ralf Baechle CC: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: zboot: fix build failure References: <1483553098-5013-1-git-send-email-sudipm.mukherjee@gmail.com> In-Reply-To: <1483553098-5013-1-git-send-email-sudipm.mukherjee@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 04 January 2017 06:04 PM, Sudip Mukherjee wrote: > The build of mips ar7_defconfig was failing with the error: > arch/mips/boot/compressed/Makefile:21: > *** insufficient number of arguments (1) to function `filter-out'. > Stop. > > A ',' was missing while adding filter-out. > > Fixes: afca036d463c ("MIPS: zboot: Consolidate compiler flag filtering.") > Signed-off-by: Sudip Mukherjee > --- A gentle ping. Many of the mips builds are failing daily. regards sudip