diff options
| author | Paolo Bonzini <[email protected]> | 2024-03-15 10:52:55 +0000 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2024-03-15 10:52:55 +0000 |
| commit | 4781179012d9380005649b0fe07f77dcaa2610e3 (patch) | |
| tree | df14e71e42591799c468a0b887af31534bf0688f /drivers/misc/ibmasm/command.c | |
| parent | Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne... (diff) | |
| download | kernel-4781179012d9380005649b0fe07f77dcaa2610e3.tar.gz kernel-4781179012d9380005649b0fe07f77dcaa2610e3.zip | |
selftests: kvm: remove meaningless assignments in Makefiles
$(shell ...) expands to the output of the command. It expands to the
empty string when the command does not print anything to stdout.
Hence, $(shell mkdir ...) is sufficient and does not need any
variable assignment in front of it.
Commit c2bd08ba20a5 ("treewide: remove meaningless assignments in
Makefiles", 2024-02-23) did this to all of tools/ but ignored in-flight
changes to tools/testing/selftests/kvm/Makefile, so reapply the change.
Cc: Masahiro Yamada <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'drivers/misc/ibmasm/command.c')
0 files changed, 0 insertions, 0 deletions
