Merge branch 'master' of party:/pub/git/u-boot-s5pc1xx
[kernel/u-boot.git] / size.sh
1 #!/bin/sh
2
3 find . -name "*.o" -exec size {} \;