aboutsummaryrefslogtreecommitdiff
path: root/suspend
diff options
context:
space:
mode:
authorzhanghongbo <hongbo.zhang@linaro.org>2012-08-21 17:17:07 +0800
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:11:59 +0800
commit247116dc3afb303a9c1c8690e4f9dac00cb07ea3 (patch)
treeac2efcd536701226417ab6df0a9413756b55eb74 /suspend
parent13a161c5b349977c505cfab5ec346d3adcdfcd07 (diff)
Android makefiles updated due to suspend function update.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
Diffstat (limited to 'suspend')
-rw-r--r--suspend/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/suspend/Android.mk b/suspend/Android.mk
index 06f6db9..096e551 100644
--- a/suspend/Android.mk
+++ b/suspend/Android.mk
@@ -14,5 +14,5 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := 01 02 03 04 05 06
+test_num := 01 02 03 04 05
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))