12 lines
267 B
Bash
Executable File
12 lines
267 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
spatch \
|
|
--sp-file ./scripts/coccinelle/bit-macro.cocci \
|
|
--macro-file ./scripts/coccinelle/macros.h \
|
|
--no-includes \
|
|
--include-headers \
|
|
--preprocess \
|
|
--in-place \
|
|
--dir src/
|