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 <sudip.mukherjee@xxxxxxxxxxxxxxx>
---