mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2026-01-28 05:43:25 +00:00
tooling fix
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dts/dtspp/*.dts*
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
for file in `ls *.dts*` ; do
|
|
||||||
echo $file
|
|
||||||
cpp -I/usr/src/linux-headers-6.8.0-31-generic/include/ -nostdinc -undef -x assembler-with-cpp $file > dtspp/$file
|
|
||||||
done
|
|
||||||
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