Re: [PATCH] tools/kvm: Add a .s file rule

2012-10-21 Thread Pekka Enberg
On Sat, 20 Oct 2012, Borislav Petkov wrote: > Add a rule to the kvm tool Makefile to build .asm versions of the files. > This is good for debugging purposes. > > Cc: Pekka Enberg > Cc: Sasha Levin > Cc: Asias He > Signed-off-by: Borislav Petkov Applied, thanks Borislav! > --- >

Re: [PATCH] tools/kvm: Add a .s file rule

2012-10-21 Thread Pekka Enberg
On Sat, 20 Oct 2012, Borislav Petkov wrote: Add a rule to the kvm tool Makefile to build .asm versions of the files. This is good for debugging purposes. Cc: Pekka Enberg penb...@kernel.org Cc: Sasha Levin levinsasha...@gmail.com Cc: Asias He asias.he...@gmail.com Signed-off-by: Borislav

[PATCH] tools/kvm: Add a .s file rule

2012-10-20 Thread Borislav Petkov
Add a rule to the kvm tool Makefile to build .asm versions of the files. This is good for debugging purposes. Cc: Pekka Enberg Cc: Sasha Levin Cc: Asias He Signed-off-by: Borislav Petkov --- tools/kvm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/kvm/Makefile

[PATCH] tools/kvm: Add a .s file rule

2012-10-20 Thread Borislav Petkov
Add a rule to the kvm tool Makefile to build .asm versions of the files. This is good for debugging purposes. Cc: Pekka Enberg penb...@kernel.org Cc: Sasha Levin levinsasha...@gmail.com Cc: Asias He asias.he...@gmail.com Signed-off-by: Borislav Petkov b...@alien8.de --- tools/kvm/Makefile | 3