[PATCH] parisc: Makefile: fix a typo in palo.conf

Randy Dunlap posted 1 patch 3 months, 2 weeks ago
There is a newer version of this series
arch/parisc/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] parisc: Makefile: fix a typo in palo.conf
Posted by Randy Dunlap 3 months, 2 weeks ago
Correct "objree" to "objtree". "objree" is not defined.

Fixes: 75dd47472b92 ("kbuild: remove src and obj from the top Makefile")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
---
 arch/parisc/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-616-rc3.orig/arch/parisc/Makefile
+++ lnx-616-rc3/arch/parisc/Makefile
@@ -139,7 +139,7 @@ palo lifimage: vmlinuz
 	fi
 	@if test ! -f "$(PALOCONF)"; then \
 		cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
-		echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \
+		echo 'A generic palo config file ($(objtree)/palo.conf) has been created for you.'; \
 		echo 'You should check it and re-run "make palo".'; \
 		echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
 		false; \
Re: [PATCH] parisc: Makefile: fix a typo in palo.conf
Posted by Helge Deller 2 months, 2 weeks ago
On 6/25/25 09:31, Randy Dunlap wrote:
> Correct "objree" to "objtree". "objree" is not defined.
> 
> Fixes: 75dd47472b92 ("kbuild: remove src and obj from the top Makefile")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
> Cc: Helge Deller <deller@gmx.de>
> Cc: linux-parisc@vger.kernel.org
> ---
>   arch/parisc/Makefile |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

applied.

Thanks Randy!

Helge

  
> --- lnx-616-rc3.orig/arch/parisc/Makefile
> +++ lnx-616-rc3/arch/parisc/Makefile
> @@ -139,7 +139,7 @@ palo lifimage: vmlinuz
>   	fi
>   	@if test ! -f "$(PALOCONF)"; then \
>   		cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
> -		echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \
> +		echo 'A generic palo config file ($(objtree)/palo.conf) has been created for you.'; \
>   		echo 'You should check it and re-run "make palo".'; \
>   		echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
>   		false; \