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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to