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
kunit: building kunit as a module breaks allmodconfig
kunit tests that do not support module build should depend
on KUNIT=y rather than just KUNIT in Kconfig, otherwise
they will trigger compilation errors for "make allmodconfig"
builds.
Fixes: 9fe124b ("kunit: allow kunit to be loaded as a module")
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Alan Maguire <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
0 commit comments