mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2026-01-26 12:53:17 +00:00
refactor
This commit is contained in:
5
device-tree/dtspp/preprocess.sh
Executable file
5
device-tree/dtspp/preprocess.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