On Thu, Jan 23, 2014 at 10:42 AM, Chris Ball <chris@xxxxxxxxxx> wrote: > 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! Yes - we have a local Makefile patch. Do you mind pulling it directly from our git repo since this is independent of the FFU support changes? You can directly pull into a local branch/review with: git fetch https://chromium.googlesource.com/chromiumos/third_party/mmc-utils refs/changes/21/179621/2 && git cherry-pick FETCH_HEAD cheers, grant > > Thanks, > > - Chris. > -- > Chris Ball <chris@xxxxxxxxxx> <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html