From 0a618e37524a948ff78b5aa0d0d924176c7e6ebb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 13 Sep 2014 20:29:11 +0200 Subject: Tool for calculating the I2S clock register values. --- tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/Makefile (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile new file mode 100644 index 0000000..3cb72c9 --- /dev/null +++ b/tools/Makefile @@ -0,0 +1,4 @@ +all: clkcalc + +clkcalc: clkcalc.c + gcc clkcalc.c -o clkcalc \ No newline at end of file -- cgit v1.2.3