summaryrefslogtreecommitdiff
path: root/cesar/tools/data_rate_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/tools/data_rate_test/Makefile')
-rw-r--r--cesar/tools/data_rate_test/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/tools/data_rate_test/Makefile b/cesar/tools/data_rate_test/Makefile
new file mode 100644
index 0000000000..3654a2bba5
--- /dev/null
+++ b/cesar/tools/data_rate_test/Makefile
@@ -0,0 +1,7 @@
+BASE = ../..
+
+HOST_PROGRAMS = data_rate_test
+data_rate_test_SOURCES = data_rate_test.c
+data_rate_test_MODULES = lib
+
+include $(BASE)/common/make/top.mk