From 8edfb58c04e0640e88222bf185500a799ac4f8b3 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 11 Dec 2016 18:54:01 +0000 Subject: [PATCH] Updated makefile dependencies for USB EHCI (now complete and usable). --- bochs/iodev/usb/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bochs/iodev/usb/Makefile.in b/bochs/iodev/usb/Makefile.in index 6d7a05f2f..868c2c68f 100644 --- a/bochs/iodev/usb/Makefile.in +++ b/bochs/iodev/usb/Makefile.in @@ -172,7 +172,8 @@ usb_ehci.o: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \ ../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \ ../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \ ../../instrument/stubs/instrument.h ../../plugin.h ../../extplugin.h \ - ../../param_names.h + ../../param_names.h ../pci.h usb_common.h uhci_core.h ../../qemu-queue.h \ + usb_ehci.h usb_hid.o: usb_hid.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \ ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \ ../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \ @@ -247,7 +248,8 @@ usb_ehci.lo: usb_ehci.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \ ../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \ ../../memory/memory-bochs.h ../../pc_system.h ../../gui/gui.h \ ../../instrument/stubs/instrument.h ../../plugin.h ../../extplugin.h \ - ../../param_names.h + ../../param_names.h ../pci.h usb_common.h uhci_core.h ../../qemu-queue.h \ + usb_ehci.h usb_hid.lo: usb_hid.@CPP_SUFFIX@ ../iodev.h ../../bochs.h ../../config.h \ ../../osdep.h ../../bx_debug/debug.h ../../config.h ../../osdep.h \ ../../gui/siminterface.h ../../cpudb.h ../../gui/paramtree.h \