summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorAlexander Graf2010-12-08 12:05:50 +0100
committerBlue Swirl2010-12-11 16:24:26 +0100
commit34557491911f8977b5863628b1b6f5a9c95f9c29 (patch)
treed0b269ecbb4cf0d3530919206ebba1353071bcab /Makefile.objs
parentisa_mmio: Always use little endian (diff)
downloadqemu-34557491911f8977b5863628b1b6f5a9c95f9c29.tar.gz
qemu-34557491911f8977b5863628b1b6f5a9c95f9c29.tar.xz
qemu-34557491911f8977b5863628b1b6f5a9c95f9c29.zip
usb_ohci: Always use little endian
This patch replaces explicit bswaps with endianness hints to the mmio layer. Because we don't depend on the target endianness anymore, we can also move the driver over to Makefile.objs. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 2b93598248..cebb9458f1 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -188,6 +188,7 @@ hw-obj-$(CONFIG_I8254) += i8254.o
hw-obj-$(CONFIG_PCSPK) += pcspk.o
hw-obj-$(CONFIG_PCKBD) += pckbd.o
hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o
+hw-obj-$(CONFIG_USB_OHCI) += usb-ohci.o
hw-obj-$(CONFIG_FDC) += fdc.o
hw-obj-$(CONFIG_ACPI) += acpi.o acpi_piix4.o
hw-obj-$(CONFIG_APM) += pm_smbus.o apm.o