diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:04 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:04 +0000 |
commit | 4c65f1e5ba5ea512e962c7f4271235b799121e70 (patch) | |
tree | 5f7a390c10856f23c5f3a7b19e842096712de27f /Makefile.objs | |
parent | 7f55c7ced67a58018c74f15dd38dfaf00c6591c9 (diff) |
Compile usb-uhci only once
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 0f0795c695..fb7b780636 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -140,6 +140,7 @@ hw-obj-$(CONFIG_ESCC) += escc.o 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 # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |