Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6
[sfrench/cifs-2.6.git] / drivers / usb / core / Makefile
1 #
2 # Makefile for USB Core files and filesystem
3 #
4
5 usbcore-objs    := usb.o hub.o hcd.o urb.o message.o \
6                         config.o file.o buffer.o sysfs.o devio.o
7
8 ifeq ($(CONFIG_PCI),y)
9         usbcore-objs    += hcd-pci.o
10 endif
11
12 ifeq ($(CONFIG_USB_DEVICEFS),y)
13         usbcore-objs    += inode.o devices.o
14 endif
15
16 obj-$(CONFIG_USB)       += usbcore.o