1
#This Makefile created by makeMakefile.pl
2
3
4
all :
5
$(MAKE) -f ../Makefile TOP=../../.. T_A=linux-arm $@
6
7
.DEFAULT: force
8
9
10
force: ;