]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
parisc: Makefile: fix a typo in palo.conf
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 25 Jun 2025 07:39:33 +0000 (00:39 -0700)
committerHelge Deller <deller@gmx.de>
Fri, 25 Jul 2025 20:45:23 +0000 (22:45 +0200)
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 <masahiroy@kernel.org>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.3+
arch/parisc/Makefile

index 21b8166a68839424bffaf36e8af90696b86f4584..9cd9aa3d16f29aaa31bbfeef7f4a75b14a6c99bc 100644 (file)
@@ -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; \