Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: remove unneeded variable, single-all
When single-build is set, everything in $(MAKECMDGOALS) is a single target. You can use $(MAKECMDGOALS) to list out the single targets. Signed-off-by: Masahiro Yamada <[email protected]>
- Loading branch information