]> git.neil.brown.name Git - history.git/commit
kbuild: Build modules by default
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Wed, 5 Jun 2002 08:42:16 +0000 (03:42 -0500)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Wed, 5 Jun 2002 08:42:16 +0000 (03:42 -0500)
commit2cb900d020811b6292167c92cb9e1c50b35856d4
treed6784609a276fa2c11f3ffdfe2bfa85d45b80e47
parent67b956337053ee98c898e0890ae35f9318004bfd
kbuild: Build modules by default

So here we are: make vmlinux/bzImage/whatever will now also build
modules as it goes. Other than that, everything works as usual.
"make modules" builds only the modules (but you shouldn't need
it anymore). If you don't want the modules built, you can
do "make KBUILD_MODULES= vmlinux/whatever" to only compile built-in
objects.

If people want it, I can also allow for "make vmlinux/whatever nomodules"
to do the same.

Also, add '  ' in Rules.make to properly align output in quiet mode.
Makefile
Rules.make