Skip to content
Snippets Groups Projects
  1. Feb 25, 2014
    • Masahiro Yamada's avatar
      kbuild: Move linker sciript check to prepare1 · 4a377552
      Masahiro Yamada authored
      
      Same as the previous commit.
      Move sanity check to prepare1 target to avoid nasty troubles.
      
      Before this commit, LDSCRIPT existence was not checked
      when it was specified by CONFIG_SYS_LDSCRIPT.
      Now LDSCRIPT existence is checked for all boards.
      
      $(wildcard $(LDSCRIPT)) must point to the linker scripts
      with absolute path.
      Otherwise, make will terminate with a false error
      on out-of-tree build.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      4a377552
  2. Feb 24, 2014
  3. Feb 21, 2014
  4. Feb 20, 2014
  5. Feb 19, 2014
  6. Feb 18, 2014
  7. Feb 13, 2014
Loading