An error occurred fetching the project authors.
- 28 Aug, 2004 1 commit
-
-
Bartlomiej Zolnierkiewicz authored
Let's kill the obsolete CONFIG_BLK_DEV_HD98 entry. Signed-off-by: Adrian Bunk <bunk@fs.tum.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 01 Feb, 2004 1 commit
-
-
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.
-
- 23 Mar, 2003 1 commit
-
-
Alan Cox authored
So its now two options
-
- 21 Mar, 2003 1 commit
-
-
Alan Cox authored
-
- 15 Dec, 2002 1 commit
-
-
Brian Gerst authored
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
-
- 02 Oct, 2002 1 commit
-
-
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.
-
- 18 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
O_TARGET should basically be dead for non arch-specific code in 2.5 (it's still functional, though), so kill the cases where it creeped back in.
-
- 16 Sep, 2002 1 commit
-
-
Jens Axboe authored
-
- 10 Sep, 2002 1 commit
-
-
Jens Axboe authored
-