[build] Disable ccache for embedded.o
commit5782794e20f15f0f31207d9bc6f1350842532048
authorStefan Hajnoczi <stefanha@gmail.com>
Mon, 1 Mar 2010 20:34:47 +0000 (1 20:34 +0000)
committerMarty Connor <mdc@etherboot.org>
Thu, 4 Mar 2010 16:25:36 +0000 (4 11:25 -0500)
tree24308709b27a7a85d0811366eafe3ee028bc3d3c
parent52ec5c3803cd7498590202e64980a24adfe9a685
[build] Disable ccache for embedded.o

Embedded image support uses .incbin in inline assembly to include binary
files.  The file dependency is not spotted by ccache when deciding
whether or not to rebuild embedded.o.  This results in builds that
contain an outdated version of the embedded image when ccache is used.

Reported-by: Tim 'Shaggy' Bielawa <tbielawa@jabber.org>
Reported-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
src/Makefile.housekeeping