summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/Makefile
blob: c4ea846d3c0213b61069126975441a9077dfde41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for USB Core files and filesystem
#

ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG

usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
usbcore-y += devio.o notify.o generic.o quirks.o devices.o

usbcore-$(CONFIG_PCI)		+= hcd-pci.o

obj-$(CONFIG_USB)		+= usbcore.o