Skip to content
Snippets Groups Projects
  • Alessandro Rubini's avatar
    Makefile: fix ram.ld dependencies · 901dae16
    Alessandro Rubini authored
    
    ram.ld must be rebuilt every time the configuration changes. It was
    supposed to be like that, but it was not.
    
    So, the older ram.ld was used when first building with a new config,
    and only the second time the rule was used. This was exposed by
    failuers in ./MAKEALL where each configuration is built only once.
    
    Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
    901dae16
Makefile 5.35 KiB