diff options
author | Paul Brook <paul@codesourcery.com> | 2010-04-04 21:18:26 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-04-04 21:18:26 +0100 |
commit | a67ba3b6f88acaca5ee19e583dcdcd9d9288b072 (patch) | |
tree | 74dc47a3e28269c9b14fe354892b8eca295c9f67 /Makefile.objs | |
parent | 36368cf0d513efff45b0dbb4350cdc04a2bee0c8 (diff) |
Revert "Compile usb-ohci only once"
This reverts commit f1698408f1dcb7548a21828a0b1e2b530fae3af3.
PCI is always little-endian. Having a user-visible "be" property is just
plain wrong.
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 11e44a06c7..a919f17afa 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -146,7 +146,6 @@ hw-obj-$(CONFIG_PARALLEL) += parallel.o hw-obj-$(CONFIG_I8254) += i8254.o hw-obj-$(CONFIG_PCSPK) += pcspk.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 |