You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kselftest: Fix NULL INSTALL_PATH for TARGETS runlist
As per commit 131b30c ("kselftest: exclude failed TARGETS from
runlist") failed targets were excluded from the runlist. But value
$$INSTALL_PATH is always NULL. It should be $INSTALL_PATH instead
$$INSTALL_PATH.
So, fix Makefile to use $INSTALL_PATH.
Fixes: 131b30c ("kselftest: exclude failed TARGETS from runlist")
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Reviewed-by: Cristian Marussi <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
0 commit comments