kbuild: fix silentoldconfig with make O=
[linux-2.6/verdex.git] / drivers / usb / core / Makefile
blobd5503cf0bf74c8586a5d7ed66b029014ec4b6d1f
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 devio.o
8 ifeq ($(CONFIG_PCI),y)
9 usbcore-objs += hcd-pci.o
10 endif
12 ifeq ($(CONFIG_USB_DEVICEFS),y)
13 usbcore-objs += inode.o devices.o
14 endif
16 obj-$(CONFIG_USB) += usbcore.o