From patchwork Fri Jun 15 03:22:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kejun ZHOU X-Patchwork-Id: 9309 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1308C23DEB for ; Fri, 15 Jun 2012 03:26:04 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id B065DA18A0B for ; Fri, 15 Jun 2012 03:26:03 +0000 (UTC) Received: by obbun3 with SMTP id un3so3761101obb.11 for ; Thu, 14 Jun 2012 20:26:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=SHWzj/+f9s6rCx6D4ERfahJqEbiMMIyu7XYLMpx0iB8=; b=KpKS/FnkWyovB+18NMUiJSBPhyqHsgYgQOjHTxp39l3BCOHzhbwOJpEn3s7+ECXBcE 8hyLJIkZShtHidDk7baJP5DVyVP11EkzJg6cl7cosjrTBw9eR2lKpl3nMcRScZ/xVbgc 5EFr9cODrdKg4AA6oz9gIkV9U6SKRxneKoAkam/RbxUzhQTTGULzLehzcIvt+HOLFOzK B8pHb1KeCayspcDzZaYb3wcvyxSpgIg4/216VPkQXgXavLdIt0aLGaKgIyhjHCzFRG6v 6m1Ddf7Ir4H1P3JnQBv6Znzi83SCdtXjZVy80lW85x54J5iKARkz976wPcKF6oa4h/cG xkxg== Received: by 10.50.163.99 with SMTP id yh3mr187133igb.53.1339730762713; Thu, 14 Jun 2012 20:26:02 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp120948ibb; Thu, 14 Jun 2012 20:26:02 -0700 (PDT) Received: by 10.68.217.234 with SMTP id pb10mr15396217pbc.79.1339730761643; Thu, 14 Jun 2012 20:26:01 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id oq8si6169578pbb.180.2012.06.14.20.26.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jun 2012 20:26:01 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of kejun.zhou@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of kejun.zhou@linaro.org) smtp.mail=kejun.zhou@linaro.org Received: by pbbrr4 with SMTP id rr4so5374823pbb.37 for ; Thu, 14 Jun 2012 20:26:00 -0700 (PDT) Received: by 10.68.212.138 with SMTP id nk10mr15053892pbc.93.1339730760251; Thu, 14 Jun 2012 20:26:00 -0700 (PDT) Received: from stebjsxu0119.bjs.st.com ([114.247.10.73]) by mx.google.com with ESMTPS id ve4sm11660305pbc.55.2012.06.14.20.25.53 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jun 2012 20:25:59 -0700 (PDT) From: "kejun.zhou" To: hongbo.zhang@linaro.org Cc: patches@linaro.org, linaro-dev@lists.linaro.org, "kejun.zhou" Subject: [PATCH] Modify for Android build system. Date: Fri, 15 Jun 2012 11:22:13 +0800 Message-Id: <1339730533-5785-1-git-send-email-kejun.zhou@linaro.org> X-Mailer: git-send-email 1.7.10 In-Reply-To: References: X-Gm-Message-State: ALoCoQlf9ID8NDVeAvzBeochI+qj6KCG60adIphXFeG+Y3deN7MWGS03bVreM2sQvf27BXFn+o0L 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 @@ -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) + +