[coreboot] [PATCH]Fix abuild -sb

Patrick Georgi patrick at georgi-clan.de
Mon Apr 19 17:56:22 CEST 2010


Am 19.04.2010 15:08, schrieb Stefan Reinauer:
> This hunk breaks compiling sconfig on my system. Changing it to the
> following fixes it again:

> +$(obj)/util/%.o: $(obj)/util/%.c $(obj)/config.h
This should be
+$(objutil)/%.o: $(objutil)/%.c $(obj)/config.h

> + printf " HOSTCC $(subst $(obj)/,,$(@))\n"
> + $(HOSTCC) -MMD $(HOSTCFLAGS) -c -o $@ $<
> +

Other than that, you're right. I didn't notice because abuild always
keeps objutil outside obj.


Patrick




More information about the coreboot mailing list