summaryrefslogtreecommitdiff
path: root/makefile.voodoo.netusg20
blob: 9fb04d6c8324bf2b9611b5809bd92ddf6985c336 (plain)
1
2
3
4
5
6
7
8
9
10
export CC=arm-linux-gnueabi-gcc
export CXX=arm-linux-gnueabi-g++
export NM=arm-linux-gnueabi-nm
export LD=arm-linux-gnueabi-ld

all:
	@make -f makefile.voodoo

clean:
	@make -f makefile.voodoo clean