USB: refactor usb device matching and create usb_device_match
[deliverable/linux.git] / drivers / usb / core / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for USB Core files and filesystem
3#
4
ddae41be 5usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \
84412f62 6 config.o file.o buffer.o sysfs.o endpoint.o \
36e56a34 7 devio.o notify.o generic.o
1da177e4
LT
8
9ifeq ($(CONFIG_PCI),y)
10 usbcore-objs += hcd-pci.o
11endif
12
13ifeq ($(CONFIG_USB_DEVICEFS),y)
fbf82fd2 14 usbcore-objs += inode.o devices.o
1da177e4
LT
15endif
16
17obj-$(CONFIG_USB) += usbcore.o
654f3118
GKH
18
19ifeq ($(CONFIG_USB_DEBUG),y)
20EXTRA_CFLAGS += -DDEBUG
21endif
This page took 0.209265 seconds and 5 git commands to generate.