X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2FMakefile;fp=drivers%2Fusb%2Fcore%2FMakefile;h=ec510922af63a1fac195a022b1347ff4d2624c78;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=28329ddf187c2f57cefee9e03395f1ee8912e707;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/usb/core/Makefile b/drivers/usb/core/Makefile index 28329ddf1..ec510922a 100644 --- a/drivers/usb/core/Makefile +++ b/drivers/usb/core/Makefile @@ -3,7 +3,8 @@ # usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \ - config.o file.o buffer.o sysfs.o devio.o notify.o + config.o file.o buffer.o sysfs.o endpoint.o \ + devio.o notify.o ifeq ($(CONFIG_PCI),y) usbcore-objs += hcd-pci.o