mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-12-30 14:26:34 +01:00
This makes it easier to modify in the future without touching anything else. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
403 B
403 B
Makefile for USB Core files and filesystem
usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o
config.o file.o buffer.o sysfs.o endpoint.o
devio.o notify.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
ifeq ($(CONFIG_USB_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif