diff options
author | Feng Wu <feng.wu@intel.com> | 2015-09-22 16:47:29 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-01 15:06:44 +0200 |
commit | 37d9fe4783ffcaddcc4afe67626691e62c5ab30e (patch) | |
tree | d7f612a319a2b2dc7d1b25801dee2ca302e72c48 /virt | |
parent | f73f8173126ba68eb1c42bd9a234a51d78576ca6 (diff) |
virt: Add virt directory to the top Makefile
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 <feng.wu@intel.com>
Acked-by: Michal Marek <mmarek@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt/Makefile b/virt/Makefile new file mode 100644 index 000000000000..be783472ac81 --- /dev/null +++ b/virt/Makefile @@ -0,0 +1 @@ +obj-y += lib/ |