diff mbox series

parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile

Message ID 1546929918-27235-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit f9d91f7dc21a4c3965dc9daba68b6c29fc4ddd30
Headers show
Series parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile | expand

Commit Message

Masahiro Yamada Jan. 8, 2019, 6:45 a.m. UTC
This ccflags-y is never used because arch/parisc/boot/Makefile
only contains objcopy and install targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/parisc/boot/Makefile | 6 ------
 1 file changed, 6 deletions(-)

-- 
2.7.4

Comments

Helge Deller Jan. 8, 2019, 7:44 a.m. UTC | #1
On 08.01.19 07:45, Masahiro Yamada wrote:
> This ccflags-y is never used because arch/parisc/boot/Makefile

> only contains objcopy and install targets.

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


I've added this patch to the parisc for-next tree.

Thanks,
Helge

> ---

> 

>  arch/parisc/boot/Makefile | 6 ------

>  1 file changed, 6 deletions(-)

> 

> diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile

> index cad68a5..41cce07 100644

> --- a/arch/parisc/boot/Makefile

> +++ b/arch/parisc/boot/Makefile

> @@ -2,12 +2,6 @@

>  # Makefile for the linux parisc-specific parts of the boot image creator.

>  #

>  

> -COMPILE_VERSION := __linux_compile_version_id__`hostname |  \

> -			tr -c '[0-9A-Za-z]' '_'`__`date | \

> -			tr -c '[0-9A-Za-z]' '_'`_t

> -

> -ccflags-y  := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.

> -

>  targets := image

>  targets += bzImage

>  subdir- := compressed

>
diff mbox series

Patch

diff --git a/arch/parisc/boot/Makefile b/arch/parisc/boot/Makefile
index cad68a5..41cce07 100644
--- a/arch/parisc/boot/Makefile
+++ b/arch/parisc/boot/Makefile
@@ -2,12 +2,6 @@ 
 # Makefile for the linux parisc-specific parts of the boot image creator.
 #
 
-COMPILE_VERSION := __linux_compile_version_id__`hostname |  \
-			tr -c '[0-9A-Za-z]' '_'`__`date | \
-			tr -c '[0-9A-Za-z]' '_'`_t
-
-ccflags-y  := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
-
 targets := image
 targets += bzImage
 subdir- := compressed