Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / usb / core / Makefile
blob9e8c377b81612ab941339eb257178c64400a63e7
2 # Makefile for USB Core files and filesystem
5 usbcore-objs := usb.o hub.o hcd.o urb.o message.o \
6 config.o file.o buffer.o sysfs.o
8 ifeq ($(CONFIG_PCI),y)
9 usbcore-objs += hcd-pci.o
10 endif
12 ifeq ($(CONFIG_USB_DEVICEFS),y)
13 usbcore-objs += devio.o inode.o devices.o
14 endif
16 obj-$(CONFIG_USB) += usbcore.o