mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
selftests: print installation complete message
Add installation complete message to Makefile install logic. Link: https://lore.kernel.org/r/20250703231747.37544-1-skhan@linuxfoundation.org Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
e72fe8cbd8
commit
95d32c7ee0
|
|
@ -300,6 +300,7 @@ ifdef INSTALL_PATH
|
|||
else \
|
||||
printf "Unable to get version from git describe\n"; \
|
||||
fi
|
||||
@echo "**Kselftest Installation is complete: $(INSTALL_PATH)**"
|
||||
else
|
||||
$(error Error: set INSTALL_PATH to use install)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user