mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2025-10-17 19:18:06 +01:00
tooling fix
This commit is contained in:
parent
00a8d48a06
commit
0c3ba1f9ec
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
|
Loading…
x
Reference in New Issue
Block a user