## Makefile for USB Core files and filesystem#usbcore-objs:=usb.ohub.ohcd.ourb.omessage.o\config.ofile.obuffer.osysfs.odevio.onotify.o
ifeq ($(CONFIG_PCI),y)usbcore-objs+=hcd-pci.o
endififeq ($(CONFIG_USB_DEVICEFS),y)usbcore-objs+=inode.odevices.o
endifobj-$(CONFIG_USB)+=usbcore.o