Hi Florian On 11/09/13 11:34, Florian Fainelli wrote: > +vmlinuz: FORCE > + @echo ' CONFIG_SYS_SUPPORTS_ZBOOT is not enabled'; \ > + /bin/false Nit: You don't really need the echo and /bin/false as part of the same command (i.e. the "; \" at end of echo), but no big deal. Reviewed-by: James Hogan <james.hogan@xxxxxxxxxx> Cheers James