aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2010-04-26 12:27:18 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-26 12:27:18 +0000
commit12fa159451ea4ec3a0d0147848b68bb28456b432 (patch)
treec6a7ad566025079cca1948b9bcd96bad79eca324 /documentation
parent607cdf62b665230a943a271042bf9c3bf9803cab (diff)
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?). This patch will work after make distclean, otherwise nobody will rename the .c. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions