Build: Add size display script
[kernel/u-boot.git] / size.sh
1 #!/bin/sh
2
3 find . -name "*.o" -exec size {} \;