all:
	$(CROSS_COMPILE)gcc -o uartTof uartTof_test.c

clean:
	rm -f uartTof
