Home
last modified time | relevance | path

Searched hist:"950 b260ed21fdb6fa5f18485dabb0b03488431fa" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/microblaze/
H A DMakefilediff 950b260ed21fdb6fa5f18485dabb0b03488431fa Fri Jul 24 09:04:49 CEST 2009 Sam Ravnborg <sam@ravnborg.org> 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>