]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: Makefile cleanup
authorSam Ravnborg <sam@ravnborg.org>
Fri, 24 Jul 2009 07:04:49 +0000 (09:04 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 27 Jul 2009 07:03:20 +0000 (09:03 +0200)
commit032f318f7bcefdd7ee37b11cf02b1d6546839416
tree1821fdc50e7dc6ddae0b06b614ed56127bfd1005
parent709b211f64bcfb01303a9de81d74771de23180c9
microblaze: Makefile cleanup

Reviewed the Makefile on request by Michal and this is the resulting changes.

o Use ':=' for assignmnet so we do not re-evaluate for each use
o Use $(shell echo xxx) to remove ""
o Replaced CFLAGS_KERNEL with KBUILD_CFLAGS
  The settings are equally relevant for modules and the linked kernel
o Dropped LDFLAGS_BLOB - it is no longer used
o Refactored assignmnets to libs-y and core-y
o Use MMU for the MMU specific extension. "MMUEXT" was hurting my eyes
  and I did not wanted it spread to m68k

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/Makefile
arch/microblaze/kernel/Makefile