diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-04-19 19:47:49 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-04-19 19:47:49 +0000 |
commit | d3538b45ea88e82d1b01959b4ca55d3696b71cb2 (patch) | |
tree | ef6a77133afe95677a8763ce13230210c3156233 /Makefile.target | |
parent | 04c9a0cbc2bf496889cef6da2d61bf00ef190a4f (diff) |
Compile event_notifier only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 3bd4b86737..5897051ed5 100644 --- a/Makefile.target +++ b/Makefile.target @@ -167,7 +167,6 @@ obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o # need to fix this properly obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o -obj-y += event_notifier.o obj-y += vhost_net.o obj-$(CONFIG_VHOST_NET) += vhost.o obj-y += rwhandler.o |