summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2015-05-18 15:47:54 -0700
committerMichael Ryleev <gmar@google.com>2015-05-18 15:47:54 -0700
commite1fd9cb6e85b102d2ca0fb38fb5017e237d40e7f (patch)
treea72112383c844c05d8cc37737516daac33677699
parentc18eeb278f2c39d455e6318b6a92617b1eccd15a (diff)
downloadvexpress-a15-e1fd9cb6e85b102d2ca0fb38fb5017e237d40e7f.tar.gz
[vexpress-a15-trusty] Fix Vexpress-a15-trusty build
Vexpress uses the v7 monitor. Change-Id: I573ecec58b008f3c5ba930f07f4564351d22c131 Signed-off-by: Satya Popuri <popuri@google.com>
-rw-r--r--project/vexpress-a15-trusty.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/project/vexpress-a15-trusty.mk b/project/vexpress-a15-trusty.mk
index 82fe484..aba78d9 100644
--- a/project/vexpress-a15-trusty.mk
+++ b/project/vexpress-a15-trusty.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 The Android Open Source Project
+# Copyright (C) 2013-2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,4 +33,5 @@ USER_TASK_CRTEND_OBJS := $(BUILDDIR)/user/crtend.o
GLOBAL_CFLAGS += -mabi=aapcs-linux
GLOBAL_DEFINES += \
- WITH_MMU_RELOC=1
+ WITH_MMU_RELOC=1 \
+ WITH_LIB_SM_MONITOR=1