1. 19 Feb, 2003 3 commits
    • Kai Germaschewski's avatar
      kbuild: Handle MODULE_SYMBOL_PREFIX in module postprocessing · 3194de9c
      Kai Germaschewski authored
      Loosely based on a patch by Miles Bader, have modpost deal with
      weird archs (v850) which prefix their symbols with '_'.
      
      Modpost does not yet handle ppc64 "prefix function symbols with '.'"
      correctly, btw.
      3194de9c
    • Kai Germaschewski's avatar
      kbuild: Fix a race with module postprocessing · 939ff499
      Kai Germaschewski authored
      For the modversions case, we need vmlinux to be built before postprocessing
      modules can start, since we need to extract the checksums from it.
      
      For the non-modversions case, we use vmlinux if it's available (so we can
      sensibly give warnings about unresolved symbols), but otherwise not. 
      However, this could race with vmlinux being built at the exact same time as 
      being processed.
      
      Fixed by waiting until vmlinux is finished before starting module
      postprocessing.
      939ff499
    • Kai Germaschewski's avatar
      kbuild: Remove scripts/elfconfig.h with "make clean" · 4339cd9a
      Kai Germaschewski authored
      We have a bit of a mess with build-targets, EXTRA_TARGETS, targets,
      which needs cleaning up some time. Anyway, we just add $(targets) to the
      files which get deleted with "make clean" for now.
      4339cd9a
  2. 18 Feb, 2003 37 commits