h8300: suppress error messages for 'make clean'
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 25 Apr 2020 05:18:16 +0000 (14:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:32 +0000 (13:28 +0900)
commitdc960bfeedb01cf832c5632ed1f3daed4416b142
tree94056dcf1decba27cb64f808d1249a969de5e851
parent6632fa8fcabacd75329bd2ea78cba5c43754639a
h8300: suppress error messages for 'make clean'

'make ARCH=h8300 clean' emits error messages as follows:

  $ make ARCH=h8300 clean
  gcc: error: missing argument to '-Wframe-larger-than='
  gcc: error: unrecognized command line option '-mint32'

You can suppress the second one by setting the correct CROSS_COMPILE=,
but we should not require any compiler for cleaning.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/h8300/boot/compressed/Makefile