mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2026-01-28 22:03:22 +00:00
working dts and bt
This commit is contained in:
4
dts/bake.sh
Executable file
4
dts/bake.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user