summaryrefslogtreecommitdiffstats
path: root/tools/resampler_tools/Makefile
blob: 40f7a67f0c7eb090eea0daca969be5c398d098ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_MODULE := fir

include $(BUILD_HOST_EXECUTABLE)