Building driver/staging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Time
    New Member
    • Jan 2010
    • 77

    Building driver/staging

    Hello ppl,
    I want to build usbip folder; for loading modules which is in /drivers/staging.
    Command used for it is: make oldconfig
    but befor running this file i think we have to make some changes in .config present in usbip or some other file such as Kconfig present in staging
    Am not sure in which file do we have to make changes and what are those..
    if some1 knows plz reply soon..
  • Time
    New Member
    • Jan 2010
    • 77

    #2
    make menuconfig, make and make module along with make oldconfig can solve this.
    But usbip modules are not loaded.
    I need .ko modules to be there inside /drivers/staging/usbip

    Comment

    • Time
      New Member
      • Jan 2010
      • 77

      #3
      Changes need to be done in GUI window which comes after running make menuconfig.
      Device driver->staging drivers
      Exclude building drivers needs to be done opted as n
      USBIP support,client driver,host driver should be opted as M..
      make command after this will build the modules.

      Comment

      Working...