An error occurred fetching the project authors.
  1. 28 Aug, 2004 1 commit
  2. 01 Feb, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix/improve modular IDE · b1c76c1c
      Bartlomiej Zolnierkiewicz authored
      This has been in -mm since 2.6.1-mm5
      
       - IDE can be used as module again (compiles and works),
         this fixes bugzilla bugs #576 and #1700
       - separate module for probing is no longer required
       - generic/default host driver is available as ide_generic module
      
      This contains the build fixes by Adrian Bunk and Andrew Morton.
      b1c76c1c
  3. 23 Mar, 2003 1 commit
  4. 21 Mar, 2003 1 commit
  5. 15 Dec, 2002 1 commit
  6. 02 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Don't cd into subdirs during build · dc5b8833
      Kai Germaschewski authored
      Instead of using make -C <subdir>, just use make -f <subdir>/Makefile.
      This means we now call gcc/ld/... always from the topdir.
      
      Advantages are:
      o We don't need to use -I$(TOPDIR)/include and the like, just 
        -Iinclude works.
      o __FILE__ gives the correct relative path from the topdir instead
        of an absolute path, as it did before for included headers
      o gcc errors/warnings give the correct relative path from the topdir
      o takes us a step closer to a non-recursive build (though that's probably
        as close as it gets)
      
      The changes to Rules.make were done in a way which only uses the new way
      for the standard recursive build (which remains recursive, just without
      cd), all the archs do make -C arch/$(ARCH)/boot ..., which should keep
      working as before. However, of course this should be converted eventually,
      it's possible to do so piecemeal arch by arch.
      
      It seems to work fine for most of the standard kernel. Potential places
      which need changing are added -I flags to the command line, which now
      need to have the path relative to the topdir and explicit rules for
      generating files, which need to properly use $(obj) / $(src) to work
      correctly.
      dc5b8833
  7. 18 Sep, 2002 1 commit
  8. 16 Sep, 2002 1 commit
  9. 10 Sep, 2002 1 commit