OSDN Git Service

tusb6010: move from hw/timer to hw/usb
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2016 12:03:24 +0000 (12:03 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 23 Feb 2016 09:38:00 +0000 (10:38 +0100)
The TUSB6010 is a USB controller (as the name suggests). Move it from
hw/timer (where it was accidentally filed in 2013 when we moved
everything out of hw/) to hw/usb.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1455883404-10976-1-git-send-email-peter.maydell@linaro.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/timer/Makefile.objs
hw/usb/Makefile.objs
hw/usb/tusb6010.c [moved from hw/timer/tusb6010.c with 100% similarity]

index 133bd0d..5cfea6e 100644 (file)
@@ -25,7 +25,6 @@ obj-$(CONFIG_OMAP) += omap_gptimer.o
 obj-$(CONFIG_OMAP) += omap_synctimer.o
 obj-$(CONFIG_PXA2XX) += pxa2xx_timer.o
 obj-$(CONFIG_SH4) += sh_timer.o
-obj-$(CONFIG_TUSB6010) += tusb6010.o
 obj-$(CONFIG_DIGIC) += digic-timer.o
 
 obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
index 8f00fbd..2717027 100644 (file)
@@ -10,6 +10,8 @@ common-obj-$(CONFIG_USB_EHCI_SYSBUS) += hcd-ehci-sysbus.o
 common-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o
 common-obj-$(CONFIG_USB_MUSB) += hcd-musb.o
 
+obj-$(CONFIG_TUSB6010) += tusb6010.o
+
 # emulated usb devices
 common-obj-$(CONFIG_USB) += dev-hub.o
 common-obj-$(CONFIG_USB) += dev-hid.o
similarity index 100%
rename from hw/timer/tusb6010.c
rename to hw/usb/tusb6010.c