The name of the scripts is the name of Android's target module too.
Why hardcode the name of scripts ? Isn't possible to do this dynamicallyOn 06/15/2012 05:22 AM, kejun.zhou wrote:
> From: "kejun.zhou" <dp583@stebjsxu0119.(none)>
>
> Signed-off-by: kejun.zhou <kejun.zhou@linaro.org>
> ---
> Android.mk | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/Android.mk b/Android.mk
> index 5053e7d..b296974 100644
> --- a/Android.mk
> +++ b/Android.mk
> @@ -1 +1,22 @@
> include $(call all-subdir-makefiles)
> +
> +include $(CLEAR_VARS)
> +CPUFREQ := cpufreq_01.sh cpufreq_02.sh cpufreq_03.sh cpufreq_04.sh cpufreq_05.sh cpufreq_06.sh cpufreq_07.sh cpufreq_08.sh cpufreq_09.sh
> +
> +CPUHOTPLUG := cpuhotplug_01.sh cpuhotplug_02.sh cpuhotplug_03.sh cpuhotplug_04.sh cpuhotplug_05.sh cpuhotplug_06.sh cpuhotplug_07.sh cpuhotplug_08.sh 1_sanity_check.sh z_sanity_check.sh
> +
> +CPUIDLE := cpuidle_01.sh cpuidle_02.sh cpuidle_03.sh cpuidle_killer
> +
> +INCLUDE := functions.sh suspend.sh thermal_functions.sh
> +
> +SCHED_MC := sched_01.sh sched_02.sh sched_03.sh sched_04.sh
> +
> +SUSPEND := suspend_01.sh suspend_02.sh suspend_03.sh suspend_04.sh suspend_05.sh suspend_06.sh
> +
> +THERMAL := thermal_01.sh thermal_02.sh thermal_03.sh thermal_04.sh thermal_05.sh thermal_06.sh
> +
> +UTILS := cpuburn cpucycle heat_cpu nanosleep
> +
> +systemtarball: $(CPUFREQ) $(CPUHOTPLUG) $(CPUIDLE) $(INCLUDE) $(SCHED_MC) $(SUSPEND) $(THERMAL) $(UTILS)
> +
> +
like Test.mk ?
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog