|
|
| File: [Development] / linux-2.6-xfs / drivers / usb / core / Makefile (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
# # Makefile for USB Core files and filesystem # usbcore-objs := usb.o usb-debug.o hub.o hcd.o urb.o message.o \ config.o file.o buffer.o driverfs.o ifeq ($(CONFIG_PCI),y) usbcore-objs += hcd-pci.o endif ifeq ($(CONFIG_USB_DEVICEFS),y) usbcore-objs += devio.o inode.o devices.o endif obj-$(CONFIG_USB) += usbcore.o