Hi Grant,

On Thu, Jan 23 2014, Grant Grundler wrote:
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
>  CC ?= gcc
>  AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2
>  CFLAGS ?= -g -O2
> -objects = mmc.o mmc_cmds.o
> +objects = mmc.o mmc_cmds.o mmc_cmds-emmc5.o
>  
>  CHECKFLAGS = -Wall -Werror -Wuninitialized -Wundef
>  
> @@ -44,7 +44,7 @@ clean:
>       $(MAKE) -C man clean

The patch looks good, but doesn't apply because "$(MAKE) -C man clean"
does not exist in mainline mmc-utils and never has.  Could you check
for local patches (and ideally push them up to me too)?

Thanks,

- Chris.
-- 
Chris Ball   <ch...@printf.net>   <http://printf.net/>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to