An error occurred fetching the project authors.
- 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 arch tree Makefiles.
-
- 22 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 28 May, 2002 1 commit
-
-
Kai Germaschewski authored
Many Makefiles did a put an own rule in front of "include $(TOPDIR)/Rules.make" for no good reason at all, the only places where it made sense are converted to using EXTRA_TARGETS now.
-
- 20 May, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 13 May, 2002 2 commits
-
-
Kai Germaschewski authored
CFLAGS_KERNEL is automatically added to the command line for compiling objects which will be linked into vmlinux. (As opposed to objects which will be in modules, where MODFLAGS is added). AFLAGS_KERNEL was not added automatically, now it is: AFLAGS_KERNEL is now automatically added to the command line for assembling objects which will be linked into vmlinux. Note: this change is a no-op for all archs except IA64, since [AC]FLAGS_KERNEL is not used there at all. At the same time, remove two assembling rules from two arch/ia64 subdirectories which don't contain any assembler sources at all. Also, add an @ in front of the ugly make CFLAGS=".." AFLAGS=".." -C subdir command, make will print its "Entering directory ..." line, so we get that information anyway.
-
Kai Germaschewski authored
-
- 05 Feb, 2002 2 commits
-
-
Linus Torvalds authored
- David Mosberger: IA64 update - Geert Uytterhoeven: cleanup, new atyfb - Marcelo Tosatti: zone aging fixes - me, others: limit IO requests sanely
-
Linus Torvalds authored
-