mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue