metag: *.dts: include using preprocessor
[linux-2.6/btrfs-unstable.git] / drivers / usb / core / Makefile
blob5e847ad2f58a46ec19037e53c8a19be0b1f96f05
2 # Makefile for USB Core files and filesystem
5 ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
7 usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
8 usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
9 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
10 usbcore-y += port.o
12 usbcore-$(CONFIG_PCI) += hcd-pci.o
13 usbcore-$(CONFIG_ACPI) += usb-acpi.o
15 obj-$(CONFIG_USB) += usbcore.o