diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
commit | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch) | |
tree | 491458ab922c56707622f1d78f3cabfcd3eceee0 /Makefile.objs | |
parent | 2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff) |
Compile usb-ohci only once
Push TARGET_WORDS_BIGENDIAN dependency to board level.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 54a3e924ce..1eb7e19d87 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -143,6 +143,7 @@ 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 # PCI watchdog devices |