]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - ppc/user/Makefile
PowerPC benchmark
[can-eth-gw.git] / ppc / user / Makefile
1 PROGRAM=canethgw
2
3 all:
4         powerpc-linux-gnu-gcc -Wall -o${PROGRAM} -I../../utils/common/include/ canethgw.c ../../utils/common/cegwerr.c ../../utils/common/readif.c
5