1. 16 Jan, 2006 2 commits
    • Sam Ravnborg's avatar
      kbuild: fix 'make all install_modules install' · df9df036
      Sam Ravnborg authored
      The command 'make all modules_install install' would fail
      in a virgin tree - pointing at a non-existing directory under
      /lib/modules/xxx
      
      KERNELRELEASE is part of MODLIB and we need to create .kernelrelease
      before we can properly evaluate KERNELRELEASE,
      Changing MODLIB to the recursively expanded flavor let it pick up
      the correct KERNELRELEASE value.
      
      Reported by: "Hemmann, Volker Armin" <volker.armin.hemmann@tu-clausthal.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      df9df036
    • Sam Ravnborg's avatar
      kbuild: create .kernelrelease at *config step · 2244cbd8
      Sam Ravnborg authored
      To enable 'make kernelrelease' earlier now create .kernelrelease when
      one of the *config targets are used.
      Also introduce KERNELVERSION - only user is kconfig.
      KERNELVERSION was needed to display kernel version in menuconfig -
      KERNELRELEASE is not valid until configuration has completed.
      kconfig files modified to use KERNELVERSION.
      Bug reported by: Rene Rebe <rene@exactcode.de>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      2244cbd8
  2. 15 Jan, 2006 2 commits
  3. 14 Jan, 2006 36 commits