Files
easytarget-MQ-Pro-IO/dts/bake.sh
2024-04-28 22:20:47 +00:00

5 lines
161 B
Bash
Executable File

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