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)
commit950b260ed21fdb6fa5f18485dabb0b03488431fa
tree1821fdc50e7dc6ddae0b06b614ed56127bfd1005
parent65d3db0601509946fe0c9d2c7b12a5a62ca42e5e
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