Re: Linux 2.6 Build System and Binary Modules

From: Grzegorz Kulewski (kangur_at_polcom.net)
Date: 02/29/04

  • Next message: torvalds_at_transmeta.com: "You are dismissed"
    Date:	Sun, 29 Feb 2004 19:42:45 +0100 (CET)
    To: Robbert Haarman <lkml@inglorion.net>
    
    

    On Sun, 29 Feb 2004, Robbert Haarman wrote:

    > Hello list,
    >
    > Excuse me for not finding this if it has been asked before. Please Cc any answers, as I am not subscribed to this list.
    >
    > I am trying to port a driver for the Realtek 8180 wireless ehternet controller from 2.4 to 2.6. The module comes as a binary-only object file with some sources that can be adapted to fit the specific kernel. My problem is that I can't figure out how to get the 2.6 kernel to include the binary part (it's in a .o file). The new build system does a little too much magic - compiling the module from source to .ko without giving me a chance to sneak in the binary code. How do I get it to link in the .o file, without making it look for the like-named .c file?
    >
    > Cheers,
    >
    > Robbert Haarman

    I do not know if it will help You, but take a look at how makefile of new
    nvidia driver is built... (patches from minion.de or newest driver from
    nvidia.com)

    Grzegorz Kulewski

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: torvalds_at_transmeta.com: "You are dismissed"

    Relevant Pages

    • Linux 2.6 Build System and Binary Modules
      ... Excuse me for not finding this if it has been asked before. ... Robbert Haarman ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Progress on RTL8180 Driver for Linux 2.6
      ... For all who have asked about my efforts to make the RTL8180 driver work on 2.6, and others who are interested, here's an update. ... Happy hacking, ... Robbert Haarman ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Linux 2.6 Build System and Binary Modules
      ... That's were I'm stuck too... ... On Sun, 2004-02-29 at 14:20, Robbert Haarman wrote: ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)