Skip to content

Commit 963f1b2

Browse files
rddunlaphdeller
authored andcommitted
parisc: Makefile: fix a typo in palo.conf
Correct "objree" to "objtree". "objree" is not defined. Fixes: 75dd474 ("kbuild: remove src and obj from the top Makefile") Signed-off-by: Randy Dunlap <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: "James E.J. Bottomley" <[email protected]> Cc: Helge Deller <[email protected]> Cc: [email protected] Signed-off-by: Helge Deller <[email protected]> Cc: [email protected] # v5.3+
1 parent 89be9a8 commit 963f1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ palo lifimage: vmlinuz
139139
fi
140140
@if test ! -f "$(PALOCONF)"; then \
141141
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.'; \
143143
echo 'You should check it and re-run "make palo".'; \
144144
echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
145145
false; \

0 commit comments

Comments
 (0)