> >  endif
> >
> >  ifneq ($(CONFIG_OF),)
> > -   obj-$(CONFIG_USB_CHIPIDEA)      += ci_hdrc_imx.o usbmisc_imx.o
> > +   obj-$(CONFIG_USB_CHIPIDEA)      += usbmisc_imx.o ci_hdrc_imx.o
> >  endif
> 
> How is this supposed to work please? Can you explain me the trick here
> please?
> 

The probe will be executed according to compile order which is decided by
Makefile, you can try if it can fix your problem you reported several days
before.

Peter 


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to