]> www.infradead.org Git - users/dwmw2/linux.git/commit
kbuild: do not pass -r to genksyms when *.symref does not exist
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 11 Nov 2024 17:17:40 +0000 (02:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:11:55 +0000 (08:11 +0900)
commitc2386abf55616b979b07a63b4eb2a14eedb4c9e5
tree40ca2c2718f797fd246d64260cf01959bcd98093
parent8cd07cc6c88cab5cbfe5dd83aacf860a209eb521
kbuild: do not pass -r to genksyms when *.symref does not exist

There is no need to passĀ '-r /dev/null', which is no-op.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
scripts/Makefile.build