Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Makefile: fix a typo in palo.conf

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+

authored by

Randy Dunlap and committed by
Helge Deller
963f1b20 89be9a83

+1 -1
+1 -1
arch/parisc/Makefile
··· 139 139 fi 140 140 @if test ! -f "$(PALOCONF)"; then \ 141 141 cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \ 142 - echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \ 142 + echo 'A generic palo config file ($(objtree)/palo.conf) has been created for you.'; \ 143 143 echo 'You should check it and re-run "make palo".'; \ 144 144 echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \ 145 145 false; \