blob: e3d9d7d584efcaf6d4500c650e4a95c31e065372 [file] [log] [blame]
#!/bin/sh
set -e
# idempotent unless marked otherwise
sh scripts/etherboot/fixincludes $1
spatch --sp-file scripts/etherboot/scalar.cocci --in-place $1
spatch --sp-file scripts/etherboot/func.cocci --in-place $1
spatch --sp-file scripts/etherboot/io.cocci --in-place $1
sed -i '/FILE_LICENCE/d' $1