From a25a0ef51e642130017e19f3e41af1b794aa75c1 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 10 Aug 2009 17:14:11 -0500 Subject: Only build osdep once We no longer need hackery to work around kqemu Signed-off-by: Anthony Liguori --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 25e6cf0..ed94840 100644 --- a/Makefile.target +++ b/Makefile.target @@ -148,7 +148,7 @@ endif #CONFIG_BSD_USER # System emulator target ifdef CONFIG_SOFTMMU -obj-y = vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ +obj-y = vl.o monitor.o pci.o loader.o isa_mmio.o machine.o \ gdbstub.o gdbstub-xml.o msix.o ioport.o qemu-config.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly -- cgit v1.1