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

2010-04-25 Thread Bao, Zheng
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)/,

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

2010-04-25 Thread Patrick Georgi
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 "

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

2010-04-25 Thread 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) -M