| Submitter | Michael Roth |
|---|---|
| Date | Nov. 16, 2010, 1:16 a.m. |
| Message ID | <1289870175-14880-20-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/71337/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile.target b/Makefile.target index 91e6e74..f08c435 100644 --- a/Makefile.target +++ b/Makefile.target @@ -164,7 +164,7 @@ endif #CONFIG_BSD_USER # System emulator target ifdef CONFIG_SOFTMMU -obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o +obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o virtproxy.o virtproxy-builtin.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)