We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c23865 + 211d8ae commit 51a2b6cCopy full SHA for 51a2b6c
rust/Makefile
@@ -91,6 +91,7 @@ quiet_cmd_bindgen = BINDGEN $@
91
cmd_bindgen = \
92
$(BINDGEN) $< $(shell grep -v '^\#\|^$$' $(srctree)/rust/bindgen_parameters) \
93
--use-core --with-derive-default --ctypes-prefix c_types \
94
+ --no-debug '.*' \
95
--size_t-is-usize -o $@ -- $(bindgen_c_flags_final) -DMODULE
96
97
$(objtree)/rust/bindings_generated.rs: $(srctree)/rust/kernel/bindings_helper.h \
0 commit comments