An error occurred fetching the project authors.
  1. 19 Feb, 2006 1 commit
    • Sam Ravnborg's avatar
      kbuild: support building individual files for external modules · 06300b21
      Sam Ravnborg authored
      Support building individual files when dealing with separate modules.
      So say you have a module named "foo" which consist of two .o files bar.o
      and fun.o.
      
      You can then do:
      make -C $KERNELSRC M=`pwd` bar.o
      make -C $KERNELSRC M=`pwd` bar.lst
      make -C $KERNELSRC M=`pwd` bar.i
      make -C $KERNELSRC M=`pwd` /            <= will build all .o files
                                                 and link foo.o
      make -C $KERNELSRC M=`pwd` foo.ko       <= will build the module
                                                 and do the modpost step
      					   to create foo.ko
      
      The above will also work if the external module is placed in a
      subdirectory using a hirachy of kbuild files.
      Thanks to Andreas Gruenbacher <agruen@suse.de> for initial feature
      request / bug report.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      06300b21
  2. 06 Jan, 2006 1 commit
  3. 16 Dec, 2005 1 commit
    • Brian Strand's avatar
      kbuild: patch to Documentation/kbuild/modules.txt · 98a1e444
      Brian Strand authored
      First off, thanks for the kbuild docs, they are very useful!  Second,
      I've attached a patch to modules.txt (from 2.6.14.2) with a "compile"
      fix to a Makefile example, and some trivial spelling/grammar nits.
      Please let me know if you want the patch in some other format (eg not
      MIME), or if I should go bother someone else about it.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      98a1e444
  4. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4