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! > --- > tools/kvm/Ma

[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 b/tools/k