Skip to content
Snippets Groups Projects
Select Git revision
  • objtool-32bit
  • objtool
  • master default protected
  • v5.9
  • v5.9-rc8
  • v5.9-rc7
  • v5.9-rc6
  • v5.9-rc5
  • v5.9-rc4
  • v5.9-rc3
  • v5.9-rc2
  • v5.9-rc1
  • v5.8
  • v5.8-rc7
  • v5.8-rc6
  • v5.8-rc5
  • v5.8-rc4
  • v5.8-rc3
  • v5.8-rc2
  • v5.8-rc1
  • v5.7
  • v5.7-rc7
  • v5.7-rc6
23 results

Makefile

Blame
  • Forked from Jonas Rabenstein / Linux
    Source project has a limited visibility.
    • James Bottomley's avatar
      f2c5ed0d
      parisc: Add archclean Makefile target · f2c5ed0d
      James Bottomley authored
      
      Apparently we don't have an archclean target in our
      arch/parisc/Makefile, so files in there never get cleaned out by make
      mrproper.  This, in turn means that the sizes.h file in
      arch/parisc/boot/compressed never gets removed and worse, when you
      transition to an O=build/parisc[64] build model it overrides the
      generated file.  The upshot being my bzImage was building with a SZ_end
      that was too small.
      
      I fixed it by making mrproper clean everything.
      
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      Cc: stable@vger.kernel.org # v4.20+
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      f2c5ed0d
      History
      parisc: Add archclean Makefile target
      James Bottomley authored
      
      Apparently we don't have an archclean target in our
      arch/parisc/Makefile, so files in there never get cleaned out by make
      mrproper.  This, in turn means that the sizes.h file in
      arch/parisc/boot/compressed never gets removed and worse, when you
      transition to an O=build/parisc[64] build model it overrides the
      generated file.  The upshot being my bzImage was building with a SZ_end
      that was too small.
      
      I fixed it by making mrproper clean everything.
      
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      Cc: stable@vger.kernel.org # v4.20+
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>