diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2025-06-25 00:39:33 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-08-28 16:24:27 +0200 |
| commit | d06e119a16ce10fc75c2cebaddafca9a90c6b62b (patch) | |
| tree | 829cdb8114046878931375cd37f879fd14f47911 /arch/parisc | |
| parent | 078e62bffca4b7e72e8f3550eb063ab981c36c7a (diff) | |
| download | linux-d06e119a16ce10fc75c2cebaddafca9a90c6b62b.tar.gz linux-d06e119a16ce10fc75c2cebaddafca9a90c6b62b.tar.bz2 linux-d06e119a16ce10fc75c2cebaddafca9a90c6b62b.zip | |
parisc: Makefile: fix a typo in palo.conf
commit 963f1b20a8d2a098954606b9725cd54336a2a86c upstream.
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+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/parisc')
| -rw-r--r-- | arch/parisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index fadb098de154..d37b279a1032 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -136,7 +136,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; \ |
