Re: [PATCH] Modify for Android build system.

2012-06-17 Thread Kejun Zhou
Abandon this patch. On 18 June 2012 10:29, Kejun Zhou wrote: > Hi Daniel, > Would you give me some more solutions? I will try them. > > Hi Bero, > Is there some way to use $(wildcard cpufreq/*.sh) to list the Android > target module? > > Hi all, > If you has some idea, please help me out. > Any

Re: [PATCH] Modify for Android build system.

2012-06-17 Thread Kejun Zhou
Hi Daniel, Would you give me some more solutions? I will try them. Hi Bero, Is there some way to use $(wildcard cpufreq/*.sh) to list the Android target module? Hi all, If you has some idea, please help me out. Any suggestion is welcomed. BRs On 15 June 2012 17:25, Kejun Zhou wrote: > I'

Re: [PATCH] Modify for Android build system.

2012-06-15 Thread Kejun Zhou
I'd like to write a clear and smart Android.mk too. I tried the following Android.mk, systemtarball: $(CPUHOTPLUG) $(CPUIDLE) $(INCLUDE) $(SCHED_MC) $(SUSPEND) $(THERMAL) $(UTILS) $(wildcard cpufreq/*.sh) All the modules except the cpufreq* will be build. I think Android build system need the n

Re: [PATCH] Modify for Android build system.

2012-06-15 Thread Daniel Lezcano
On 06/15/2012 08:38 AM, Kejun Zhou wrote: > The name of the scripts is the name of Android's target module too. > Android build system needs the module dependencies being listed by the full > name. I understand but why it is not possible to do something like: CPUIDLE=$(wildcard cpuidle/*.sh) ?

Re: [PATCH] Modify for Android build system.

2012-06-14 Thread Kejun Zhou
The name of the scripts is the name of Android's target module too. Android build system needs the module dependencies being listed by the full name. On 15 June 2012 14:29, Daniel Lezcano wrote: > On 06/15/2012 05:22 AM, kejun.zhou wrote: > > From: "kejun.zhou" > > > > Signed-off-by: kejun.zh

Re: [PATCH] Modify for Android build system.

2012-06-14 Thread Daniel Lezcano
On 06/15/2012 05:22 AM, kejun.zhou wrote: > From: "kejun.zhou" > > Signed-off-by: kejun.zhou > --- > 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 > @@ -