public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT] kbuild: core changes
@ 2010-08-04 12:43 Michal Marek
  0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2010-08-04 12:43 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: amwang, andi, dzickus, mmarek, sam, u.kleine-koenig, vda.linux,
	linux-kbuild, linux-kernel

Hi Linus,

I decided to split the kbuild stuff into multiple branches:
* kbuild - changes to the Makefile and scripts used during build
* kconfig
* packaging - changes to scripts/package/
* misc - all other stuff, i.e. not build-critical scripts and .gitignore
  files

Please let me know if this is OK for you or if you would prefer a single
pull request with the four branches merged into one next time.

Anyway, here is the kbuild branch. Nothing particulary exciting this
time. Sam made passing of custom compiler / assembler and linker flags
more consistent, the following external variables are now supported (one
doesn't have to remember to add any kbuild-internal flags):

make AFLAGS_KERNEL=... CFLAGS_KERNEL=... \
     AFLAGS_MODULE=... CFLAGS_MODULE=... LDFLAGS_MODULE=...


The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:

  Linux 2.6.35 (2010-08-01 15:11:14 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git kbuild

Amerigo Wang (1):
      Makefile: "make kernelrelease" should show the correct full kernel version

Andi Kleen (1):
      Kbuild: Add option to set -femit-struct-debug-baseonly

Denys Vlasenko (1):
      modpost: support objects with more than 64k sections

Don Zickus (1):
      Makefile.build: make KBUILD_SYMTYPES work again

Michal Marek (2):
      Merge branch 'setlocalversion-speedup' into kbuild/kbuild
      Merge commit 'v2.6.35' into kbuild/kbuild

Sam Ravnborg (3):
      kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line
      kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line
      frv: clean up arch/frv/Makefile

Uwe Kleine-König (1):
      trivial: fix a typo in a filename

 Documentation/kbuild/kbuild.txt    |   26 ++++++++-
 Documentation/kbuild/makefiles.txt |   27 ++++++++--
 Makefile                           |   29 +++++++---
 arch/avr32/Makefile                |    2 +-
 arch/blackfin/Makefile             |    4 +-
 arch/frv/Makefile                  |   22 +-------
 arch/ia64/Makefile                 |    6 +-
 arch/m32r/Makefile                 |    4 +-
 arch/m68k/Makefile                 |    2 +-
 arch/mips/Makefile                 |    6 ++-
 arch/powerpc/Makefile              |    2 +-
 arch/s390/Makefile                 |    3 +-
 arch/score/Makefile                |    3 +-
 lib/Kconfig.debug                  |   13 +++++
 scripts/Makefile.build             |   37 +++++++------
 scripts/Makefile.modpost           |    9 ++--
 scripts/mod/file2alias.c           |    6 +-
 scripts/mod/modpost.c              |  102 ++++++++++++++++++++++++++---------
 scripts/mod/modpost.h              |   43 +++++++++++++++
 19 files changed, 246 insertions(+), 100 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-04 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 12:43 [GIT] kbuild: core changes Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox