Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011
  1. [build] Disable ccache for embedded.o
  2. Embedded image support uses .incbin in inline assembly to include binary
  3. files. The file dependency is not spotted by ccache when deciding
  4. whether or not to rebuild embedded.o. This results in builds that
  5. contain an outdated version of the embedded image when ccache is used.
  6. Reported-by: Tim 'Shaggy' Bielawa <tbielawa@jabber.org>
  7. Reported-by: Matt Domsch <Matt_Domsch@dell.com>
  8. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
  9. Signed-off-by: Marty Connor <mdc@etherboot.org>