summaryrefslogtreecommitdiff
path: root/big-little/Makefile
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-03-15 15:33:37 +0000
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-22 10:43:46 +0100
commitc34718bf4123a1007ee7e5928cd33d43ca3afa45 (patch)
tree00bbf014ee554d4825f7e71f92bb1cf09c48d643 /big-little/Makefile
parente04a36300f5899c1d661005d91752167005c6796 (diff)
Debug: Added support for Save & Restore of v7 Debug context
Removed dependency of debug S&R code on the APPF repository, moved the data structure to save context to context.h and added calls to save and restore the debug context. Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Diffstat (limited to 'big-little/Makefile')
-rwxr-xr-xbig-little/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/big-little/Makefile b/big-little/Makefile
index 7c7896d..a60831b 100755
--- a/big-little/Makefile
+++ b/big-little/Makefile
@@ -61,7 +61,7 @@ vpath %.c switcher switcher/trigger switcher/context common/ lib/ secure_world
vpath %.s switcher switcher/trigger switcher/context common/ lib/ secure_world/ ../acsr
SWITCHER_OBJS = ns_context.o hyp_setup.o pagetable_setup.o virt_helpers.o sync_switchover.o \
- vgiclib.o vgic_handle.o uart.o v7.o gic.o handle_switchover.o tube.o ipi.o \
+ vgiclib.o vgic_handle.o uart.o v7.o gic.o handle_switchover.o tube.o ipi.o v7_c.o \
virt_events.o bakery.o vgic_setup.o async_switchover.o hyp_vectors.o helpers.o
SECURE_ENTRY_POINT = monmode_vector_table