hexagon: suppress error message for 'make clean'
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 24 Apr 2020 16:15:02 +0000 (01:15 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:32 +0000 (13:28 +0900)
commit6632fa8fcabacd75329bd2ea78cba5c43754639a
tree602af20c6419e5a74c5c4073b7d5ef2bb45abab8
parent7e49afc03212010d0ee27532a75cfeb0125bd868
hexagon: suppress error message for 'make clean'

'make ARCH=hexagon clean' emits an error message as follows:

  $ make ARCH=hexagon clean
  gcc: error: unrecognized command line option '-G0'

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Brian Cain <bcain@codeaurora.org>
arch/hexagon/Makefile