diff options
-rw-r--r-- | drivers/usb/chipidea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/Makefile b/drivers/usb/chipidea/Makefile index 4ab83e98219b..4113febdb432 100644 --- a/drivers/usb/chipidea/Makefile +++ b/drivers/usb/chipidea/Makefile | |||
@@ -16,6 +16,6 @@ ifneq ($(CONFIG_PCI),) | |||
16 | obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o | 16 | obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o |
17 | endif | 17 | endif |
18 | 18 | ||
19 | ifneq ($(CONFIG_OF_DEVICE),) | 19 | ifneq ($(CONFIG_OF),) |
20 | obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_imx.o usbmisc_imx.o | 20 | obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_imx.o usbmisc_imx.o |
21 | endif | 21 | endif |