summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoan-Sin Tan <koansin.tan@gmail.com>2010-07-09 09:31:49 +0800
committerKoan-Sin Tan <koansin.tan@gmail.com>2010-07-09 09:31:49 +0800
commit0a68a36b6efc2aac80a6717810530961465e77be (patch)
tree309fa8d68c90e8c96acfb1733b01eb2a6a584e50
parent6721a68a1e167ee705d038ba2cbe990f34d49c7f (diff)
downloaddream-sapphire-0a68a36b6efc2aac80a6717810530961465e77be.tar.gz
you know,you need parentheses
Change-Id: I428b5f9e07b6cbc989eb18248be71ac30c7a9fd6
-rw-r--r--boot/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Android.mk b/boot/Android.mk
index e370bf0..22fed29 100644
--- a/boot/Android.mk
+++ b/boot/Android.mk
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($TARGET_ARCH,arm)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
ifneq ($(TARGET_SIMULATOR),true)