|
|
| File: [Development] / linux-2.6-xfs / drivers / usb / core / Makefile (download)
Revision 1.4, Fri Oct 28 16:02:11 2005 UTC (12 years ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.14 Merge of 2.6.x-xfs-melb:linux:24258a by kenmcd. |
# # Makefile for USB Core files and filesystem # usbcore-objs := usb.o hub.o hcd.o urb.o message.o \ config.o file.o buffer.o sysfs.o devio.o ifeq ($(CONFIG_PCI),y) usbcore-objs += hcd-pci.o endif ifeq ($(CONFIG_USB_DEVICEFS),y) usbcore-objs += inode.o devices.o endif obj-$(CONFIG_USB) += usbcore.o