From 819261a22b2d02c6db1c2a9569bca73704f5ba86 Mon Sep 17 00:00:00 2001 From: Dave Bort Date: Tue, 13 Nov 2007 01:30:32 -0800 Subject: Rename "TARGET" to "MODULE" in the build system. Part one of the grand renaming. API_CHANGE: Third parties may need to update their makefiles. Any variables with "LOCAL" and "TARGET" in their names should now use "MODULE" instead of "TARGET"; e.g., LOCAL_MODULE, LOCAL_MODULE_TAGS. PRESUBMIT=passed OCL=39840 Change-Id: Ica9a7937d3d9552ab84db46ac6eea8a290e404fe Signed-off-by: Glenn Kasten --- tools/resampler_tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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) -- cgit v1.1