mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2026-01-25 12:23:20 +00:00
tooling fix
This commit is contained in:
5
dts/dtspp/precompile.sh
Executable file
5
dts/dtspp/precompile.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
rm -f dtbs/*
|
||||
for file in `ls ../{*.dts,*.dtsi}`; do
|
||||
echo "Processing $file to ${file##*/}"
|
||||
cpp -I/usr/src/linux-headers-6.8.0-31-generic/include/ -nostdinc -undef -x assembler-with-cpp $file > ${file##*/}
|
||||
done
|
||||
Reference in New Issue
Block a user