diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2019-08-01 13:47:03 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-08-01 14:20:55 +0200 |
commit | f2c5ed0dd5004c2cff5c0e3d430a107576fcc17f (patch) | |
tree | 1f8f3f2b4e7f0e8ec464c366c197d1ac39dd20ec /drivers/message | |
parent | e50beea8e7738377b4fa664078547be338038ff9 (diff) | |
download | linux-f2c5ed0dd5004c2cff5c0e3d430a107576fcc17f.tar.bz2 |
parisc: Add archclean Makefile target
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: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: stable@vger.kernel.org # v4.20+
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/message')
0 files changed, 0 insertions, 0 deletions