1. 04 4月, 2006 1 次提交
  2. 19 2月, 2006 2 次提交
    • S
      kbuild: improved modversioning support for external modules · 040fcc81
      Sam Ravnborg 提交于
      With following patch a second option is enabled to obtain
      symbol information from a second external module when a
      external module is build.
      The recommended approach is to use a common kbuild file but
      that may be impractical in certain cases.
      With this patch one can copy over a Module.symvers from one
      external module to make symbols (and symbol versions) available
      for another external module.
      
      Updated documentation in Documentation/kbuild/modules.txt
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      040fcc81
    • S
      kbuild: support building individual files for external modules · 06300b21
      Sam Ravnborg 提交于
      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: NSam Ravnborg <sam@ravnborg.org>
      06300b21
  3. 07 1月, 2006 1 次提交
  4. 17 12月, 2005 1 次提交
    • B
      kbuild: patch to Documentation/kbuild/modules.txt · 98a1e444
      Brian Strand 提交于
      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: NSam Ravnborg <sam@ravnborg.org>
      98a1e444
  5. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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