]> 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)
commitac792a01693e48dc01cfd5a8780d8f9c5f9c0ae1
tree602af20c6419e5a74c5c4073b7d5ef2bb45abab8
parentf31fd5e2ac6db370237b7695b6eafac5f2c28e3f
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