]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/boot/sbl/tools/omapl13x_boot_utils/OMAP-L138/GNU/makefile
Removed stale IPC examples
[processor-sdk/pdk.git] / packages / ti / boot / sbl / tools / omapl13x_boot_utils / OMAP-L138 / GNU / makefile
1 DIRS:=$(wildcard *)
3 all:
4 %::
5                 @for i in $(DIRS); do \
6                                 if [ -d $${i} ]; then if [ -e $${i}/makefile ]; then make -C $${i} $@; fi; fi; \
7                 done