Re: [PATCH] Add virt directory to the top Makefile

2015-09-22 Thread Paolo Bonzini
On 22/09/2015 11:20, Michal Marek wrote: > On 2015-09-22 10:47, Feng Wu wrote: >> We need to build files in virt/lib/, which are now used by >> KVM and VFIO, so add virt directory to the top Makefile. >> >> Signed-off-by: Feng Wu >> --- >> Makefile | 8 +--- >> arch/x86/kvm/Mak

Re: [PATCH] Add virt directory to the top Makefile

2015-09-22 Thread Michal Marek
On 2015-09-22 10:47, Feng Wu wrote: > We need to build files in virt/lib/, which are now used by > KVM and VFIO, so add virt directory to the top Makefile. > > Signed-off-by: Feng Wu > --- > Makefile | 8 +--- > arch/x86/kvm/Makefile | 3 --- > virt/Makefile | 1 + > 3 f

[PATCH] Add virt directory to the top Makefile

2015-09-22 Thread Feng Wu
We need to build files in virt/lib/, which are now used by KVM and VFIO, so add virt directory to the top Makefile. Signed-off-by: Feng Wu --- Makefile | 8 +--- arch/x86/kvm/Makefile | 3 --- virt/Makefile | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) create