[coreboot] [patch] Rename the intermediate file created by iasl

Patrick Georgi patrick at georgi-clan.de
Sun Apr 25 13:11:46 CEST 2010


Am 25.04.2010 12:41, schrieb Zheng Bao:
> For the mainboard with AMD Family 10, if we make clean and make again,
> it will fail. why?
> After make clean, .c files created by iasl are still left in the build
> folder, it will match the rule of
>  $(obj)/%.o: $(obj)/%.c $(obj)/config.h
>   @printf "    CC         $(subst $(obj)/,,$(@))\n"
>   $(CC) -MMD $(CFLAGS) -c -o $@ $<
> it will miss the rule which should be applied.
>  define objs_asl_template
>         ....
> So we move the .c file back to .hex (or other suffix? or delete?).
Or we stop abusing the compiler for data tables, and use objcopy


Patrick




More information about the coreboot mailing list