An error occurred fetching the project authors.
- 09 Mar, 2003 1 commit
-
-
Sam Ravnborg authored
EXTRA_TARGETS served several purposes before: 1) List targets to be build (built-in only) 2) Inform kbuild of targets within the makefile Mixing the above are causing confusion, so for now on targets := is used to inform kbuild about targets in a Makefile - that it otherwise did not know about. kbuild uses the "targets :=" information to: a) read the dependency file .target.cmd b) delete the target file during make clean
-
- 21 Nov, 2002 1 commit
-
-
Paul Mackerras authored
This removes Rules.make inclusions, makes make clean work properly, removes EXTRA_TARGETS where not needed, and fixes a couple of compile warnings in the boot wrappers where <linux/string.h> wasn't included.
-
- 08 Nov, 2002 1 commit
-
-
Paul Mackerras authored
With these changes the boot wrapper successfully builds, although this may not be the absolute best way to do things.
-
- 19 Oct, 2002 1 commit
-
-
Paul Mackerras authored
We can't now use make -C in conjunction with Rules.make because the rules for making .o files break if we do. This updates the boot wrapper Makefiles so that we don't use make -C, instead we use call descend plus various other new features in Rules.make.
-
- 11 Feb, 2002 1 commit
-
-
Paul Mackerras authored
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
- Johannes Erdfelt: OHCI hash-chain corruption fix, USB updates - Richard Henderson, Ivan Kokshaysky: alpha PCI iommu fixes - Tim Waugh: parport changelogs and printk levels - Andrew Morton: vmalloc off-by-one (overly sensitive) test - Al Viro: VFS layer cleanups - Cort Dougan: PPC updates (big bootloader re-org) - Alan Cox: more merges, remove phillips camera conversion code - Andrea Arkangeli: alpha fixups - OGAWA Hirofumi: big-sector support with FAT - Neil Brown: more md fixes
-