mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2026-01-21 18:33:06 +00:00
more info
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
||||
fi
|
||||
|
||||
for file in `ls {*.dts,*.dtsi}`; do
|
||||
echo "Processing $file to ${file##*/}"
|
||||
echo "Processing $file to $revision/${file##*/}"
|
||||
cpp -I/usr/src/linux-headers-$revision/include/ -nostdinc -undef -x assembler-with-cpp $file > $revision/${file##*/}
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user