summaryrefslogtreecommitdiffstats
path: root/tools/resampler_tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/resampler_tools/Makefile')
-rw-r--r--tools/resampler_tools/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/resampler_tools/Makefile b/tools/resampler_tools/Makefile
new file mode 100644
index 0000000..28bd993
--- /dev/null
+++ b/tools/resampler_tools/Makefile
@@ -0,0 +1,17 @@
+# Copyright 2005 Google Inc. All Rights Reserved.
+#
+# Makefile for resampler_tools
+#
+
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+ fir.cpp
+
+LOCAL_TARGET := fir
+
+include $(BUILD_HOST_EXECUTABLE)
+
+