1. 14 12月, 2009 1 次提交
  2. 27 7月, 2009 1 次提交
    • S
      microblaze: Makefile cleanup · 950b260e
      Sam Ravnborg 提交于
      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: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      950b260e
  3. 26 5月, 2009 1 次提交
  4. 27 3月, 2009 1 次提交