An error occurred fetching the project authors.
- 04 Oct, 2002 1 commit
-
-
Kai Germaschewski authored
Fix "make xconfig" and remove a reference to drivers/sbus/audio, which does not exist. (Sam Ravnborg)
-
- 03 Oct, 2002 2 commits
-
-
Kai Germaschewski authored
Use $(call descend,..) for mrproper as well.
-
Kai Germaschewski authored
The top-level Makefile is separated into two parts, one which does include .config, so it can access CONFIG_FOO, and one which does not, since it may not even exist yet (make *config). However, both parts need to include arch/$(ARCH)/Makefile, be it for arch-specific settings or just for archclean/archmrproper. So we now include arch/$(ARCH)/Makefile before the config/noconfig split, which also has the advantage of giving us the arch-specific build dirs (e.g. arch/i386/{kernel,mm,lib}) in both cases. In addition, fix a couple of small glitches (make menuconfig, make modules_install, proper output when descending)
-
- 02 Oct, 2002 3 commits
-
-
Kai Germaschewski authored
The capitalized aliases $(CORE_FILES) etc are basically superfluous now, move the remaining users to $(core-y) and the like.
-
Kai Germaschewski authored
$(CORE_FILES) did not quite follow the way the other vmlinux parts where handled, due to potential init order dependencies. However, it seems everybody is putting arch specific stuff in front, so we keep doing this and nothing should break ;)
-
Kai Germaschewski authored
o Use a function "descend" for descending into subdirectories o Remove unused (?) "boot" target o Remove unnecessary intermediate "sub_dirs" target from Rules.make o Use /bin/true instead of echo -n to suppress spurious "nothing to be done for ..." output from make
-
- 30 Sep, 2002 1 commit
-
-
Linus Torvalds authored
-
- 29 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
by Aristeu Sergio Rozanski Filho
-
- 28 Sep, 2002 1 commit
-
-
Linus Torvalds authored
a directory pattern. Clean directories _first_, then files.
-
- 27 Sep, 2002 4 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
the same ignore rules for "tar" as well.
-
Ben Collins authored
-
- 26 Sep, 2002 1 commit
-
-
Ingo Molnar authored
Make the kernel print out symbolic bactraces if symbol table information is available (CONFIG_KALLSYMS)
-
- 21 Sep, 2002 2 commits
-
-
Linus Torvalds authored
-
Kai Germaschewski authored
They were partially broken by the SUBDIRS changes and could need some cleanup anyway.
-
- 20 Sep, 2002 2 commits
-
-
Kai Germaschewski authored
Some people have their "cd" command print $PWD, so they would end up with $PWD in their include/modversions.h, which is not quite what we want.
-
Linus Torvalds authored
-
- 19 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 18 Sep, 2002 2 commits
-
-
Kai Germaschewski authored
Sometimes bk still gets me... The previous changes won't work without the updated top-level Makefile ;)
-
Kai Germaschewski authored
Of course it's possible to use the standard "built-in.o" in arch/* as well, so do it for i386 - other archs still using O_TARGET are not affected by this change.
-
- 17 Sep, 2002 3 commits
-
-
Linus Torvalds authored
-
Kai Germaschewski authored
Now that all archs use the same way to generate the link script, we can handle it from the common top-level Makefile instead of the individual arch/*/Makefile's.
-
Kai Germaschewski authored
Sam Ravnborg: Yep, "if_changed_dep" uses fixdep, so a dependency to scripts is needed. Added echo_target as well, so the result file is printed as well.
-
- 15 Sep, 2002 1 commit
-
-
Linus Torvalds authored
-
- 12 Sep, 2002 2 commits
-
-
Kai Germaschewski authored
Use the same rule as in Rules.make for preprocessing vmlinux.lds.S, that also gives automatic dependency tracking. This means we should also use the standard AFLAGS_... instead of CPPFLAGS_... to provide specific additional flags.
-
Kai Germaschewski authored
Just some cosmetical changes to align output in non-verbose mode.
-
- 09 Sep, 2002 1 commit
-
-
Linus Torvalds authored
-
- 04 Sep, 2002 1 commit
-
-
David Mosberger authored
Tthis one seems to have been around since 2.5.31 and nobody has fixed it yet...
-
- 31 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 27 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 16 Aug, 2002 3 commits
-
-
Kai Germaschewski authored
Some archs use the C preprocessor to adapt their vmlinux.lds script. Introduce a common rule for these arch/*/Makefile's to use.
-
Kai Germaschewski authored
HPATH won't work with separate obj/src dirs, since it doesn't specify if we want to look at source or generated files. Fortunately, most uses in arch/*/Makefile were superfluous anyway, the others were converted to explicitly $(srctree) or $(objtree). Additionally, a bit more of srctree / objtree related cleanup.
-
Kai Germaschewski authored
When any [Cc]onfig.in file changes, the user should rerun "make oldconfig", so tell him to do so (Sam Ravnborg)
-
- 15 Aug, 2002 1 commit
-
-
Sam Ravnborg authored
No reason to keep this knowledge in a central place when it can be avoided
-
- 10 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 03 Aug, 2002 1 commit
-
-
Jeff Dike authored
This patch (against 2.5.30) contains all of the changes to generic code needed by UML. CREDITS - Changes my address and adds a UML credit for Lars Brinkoff. MAINTAINERS - Adds a UML entry. Makefile - When ARCH=um is on the command line to do a UML build, the old value of ARCH is saved in $(SUBARCH) for the later use of the UML build. drivers/char/Makefile - Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from being compiled in. drivers/net/setup.c - Backs out a UML hook which leaked into your tree which UML no longer uses.
-
- 01 Aug, 2002 1 commit
-
-
Linus Torvalds authored
-
- 29 Jul, 2002 1 commit
-
-
Kai Germaschewski authored
pointed out by Sam Ravnborg
-
- 26 Jul, 2002 1 commit
-
-
Linus Torvalds authored
-