summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--big-little/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/big-little/Makefile b/big-little/Makefile
index 6a88800..1718987 100644
--- a/big-little/Makefile
+++ b/big-little/Makefile
@@ -63,7 +63,8 @@ vpath %.s switcher switcher/trigger switcher/context common/ lib/ secure_world
SWITCHER_OBJS = ns_context.o hyp_setup.o pagetable_setup.o virt_helpers.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
+ virt_events.o bakery.o vgic_setup.o async_switchover.o hyp_vectors.o helpers.o \
+ debug_helpers.o
SECURE_ENTRY_POINT = monmode_vector_table