1. 09 Sep, 2005 2 commits
    • Sam Ravnborg's avatar
      kbuild: h8300,m68knommu,sh,sh64 use generic asm-offsets.h support · cca6e6f5
      Sam Ravnborg authored
      h8300, m68knommu, sh and sh64 all used the name asm-offsets.h so minimal
      changes required.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      cca6e6f5
    • Sam Ravnborg's avatar
      kbuild: full dependency check on asm-offsets.h · 86feeaa8
      Sam Ravnborg authored
      Building asm-offsets.h has been moved to a seperate Kbuild file
      located in the top-level directory. This allow us to share the
      functionality across the architectures.
      
      The old rules in architecture specific Makefiles will die
      in subsequent patches.
      
      Furhtermore the usual kbuild dependency tracking is now used
      when deciding to rebuild asm-offsets.s. So we no longer risk
      to fail a rebuild caused by asm-offsets.c dependencies being touched.
      
      With this common rule-set we now force the same name across
      all architectures. Following patches will fix the rest.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      86feeaa8
  2. 08 Sep, 2005 34 commits
  3. 07 Sep, 2005 4 commits