Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

msg 443B

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