We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d704d50 + 963187d commit e34bcb9Copy full SHA for e34bcb9
rust/Makefile
@@ -87,7 +87,7 @@ quiet_cmd_exports = EXPORTS $@
87
cmd_exports = \
88
$(NM) -p --defined-only $< \
89
| grep -E ' (T|R|D) ' | cut -d ' ' -f 3 | grep -E '^(__rust_|_R)' \
90
- | xargs -n1 -Isymbol \
+ | xargs -Isymbol \
91
echo 'EXPORT_SYMBOL_RUST_GPL(symbol);' > $@
92
93
$(objtree)/rust/exports_core_generated.h: $(objtree)/rust/core.o FORCE
0 commit comments