]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea6a420dd2e0f2c475e518d3760beaac2df30f8c
tree602af20c6419e5a74c5c4073b7d5ef2bb45abab8
parent0b0708e1756e7ddf1d36cc6107a27087ef7c775b
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