On Mon, 30 Apr 2012 00:36:56 +0200 Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de wrote:
[Makefile]
LIBFLASHROM_OBJS = $(CHIP_OBJS) $(PROGRAMMER_OBJS) $(LIB_OBJS) -OBJS = $(CLI_OBJS) $(LIBFLASHROM_OBJS) +OBJS = $(CLI_OBJS) $(LIBFLASHROM_OBJS)
This change is an white-space change (removing a space at end of line. It should not have been there in the first place, though) which is unrelated to your patch. If it doesn't take too much hassle for you, please remove this change from your patch.
added that hunk to my tested_stuff branch.