• Sam Ravnborg's avatar
    microblaze: Makefile cleanup · 950b260e
    Sam Ravnborg authored
    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: default avatarSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
    950b260e
Makefile 2.22 KB