summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-13 20:29:11 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-13 20:29:11 +0200
commit0a618e37524a948ff78b5aa0d0d924176c7e6ebb (patch)
treee3d5cd565ae6598c9f183ba630fbc8c6c197f99c /tools/Makefile
parent3456c9e10432dd70cd1ec2f82a6a3cc19f009a15 (diff)
Tool for calculating the I2S clock register values.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
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