We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d7e8 commit 65fe9b0Copy full SHA for 65fe9b0
rust/Makefile
@@ -72,7 +72,7 @@ $(objtree)/rust/bindings_generated.rs: $(srctree)/rust/kernel/bindings_helper.h
72
quiet_cmd_exports = EXPORTS $@
73
cmd_exports = \
74
$(NM) -p --defined-only $< \
75
- | grep -E '( T | R )' | cut -d ' ' -f 3 | grep -E '^(__rust_|_R)' \
+ | grep -E ' (T|R) ' | cut -d ' ' -f 3 | grep -E '^(__rust_|_R)' \
76
| xargs -n1 -Isymbol \
77
echo 'EXPORT_SYMBOL$(exports_target_type)(symbol);' > $@
78
0 commit comments