X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2FMakefile;h=34e9bac319b4e5af731727e5da58907f28612a61;hb=12e36b2f41b6cbc67386fcb9c59c32a3e2033905;hp=86d5c380892d08efc4eb556031ddb3afe038ba03;hpb=0e6850f615af510c992ff9753f4d8c385969a17c;p=powerpc.git diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index 86d5c38089..34e9bac319 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile @@ -2,8 +2,9 @@ # Makefile for USB Core files and filesystem # -usbcore-objs := usb.o hub.o hcd.o urb.o message.o \ - config.o file.o buffer.o sysfs.o devio.o notify.o +usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \ + config.o file.o buffer.o sysfs.o endpoint.o \ + devio.o notify.o generic.o ifeq ($(CONFIG_PCI),y) usbcore-objs += hcd-pci.o