[ARM] pxa/cm-x300: add da9030 support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / usb / core / Makefile
blobec16e60299050ab046f9a02dfb15e0207e264516
2 # Makefile for USB Core files and filesystem
5 usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \
6 config.o file.o buffer.o sysfs.o endpoint.o \
7 devio.o notify.o generic.o quirks.o devices.o
9 ifeq ($(CONFIG_PCI),y)
10 usbcore-objs += hcd-pci.o
11 endif
13 ifeq ($(CONFIG_USB_DEVICEFS),y)
14 usbcore-objs += inode.o
15 endif
17 obj-$(CONFIG_USB) += usbcore.o
19 ifeq ($(CONFIG_USB_DEBUG),y)
20 EXTRA_CFLAGS += -DDEBUG
21 endif