summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/resampler_tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/Makefile b/tools/resampler_tools/Makefile
index 28bd993..40f7a67 100644
--- a/tools/resampler_tools/Makefile
+++ b/tools/resampler_tools/Makefile
@@ -10,7 +10,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
fir.cpp
-LOCAL_TARGET := fir
+LOCAL_MODULE := fir
include $(BUILD_HOST_EXECUTABLE)