Commit 963f1b20 authored by Randy Dunlap's avatar Randy Dunlap Committed by Helge Deller
Browse files

parisc: Makefile: fix a typo in palo.conf



Correct "objree" to "objtree". "objree" is not defined.

Fixes: 75dd4747 ("kbuild: remove src and obj from the top Makefile")
Signed-off-by: default avatarRandy 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: default avatarHelge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.3+
parent 89be9a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \