aboutsummaryrefslogtreecommitdiff
path: root/aarch64/el1_s/Makefile
diff options
context:
space:
mode:
authorGreg Bellows <greg.bellows@linaro.org>2015-03-11 15:59:16 -0500
committerGreg Bellows <greg.bellows@linaro.org>2015-03-11 15:59:16 -0500
commitc2dbdaae689c49e88251348376a83e596cd436aa (patch)
tree73095c3596c65d1181e16158cdb8ddaf08f78ff2 /aarch64/el1_s/Makefile
parentf259c9c4b54420bf27333d5d22ba025c660ca488 (diff)
Add NS EL0 to S EL1 communication
Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Diffstat (limited to 'aarch64/el1_s/Makefile')
-rw-r--r--aarch64/el1_s/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/aarch64/el1_s/Makefile b/aarch64/el1_s/Makefile
index f519be1..0ae0d5c 100644
--- a/aarch64/el1_s/Makefile
+++ b/aarch64/el1_s/Makefile
@@ -1,4 +1,4 @@
-VPATH = ../el1_common
+VPATH = ../el1_common:../common
EL1_S_ELF = el1_sec.elf
EL1_S_IMAGE = el1_sec.bin
@@ -6,7 +6,8 @@ EL1_S_LOAD = el1_sec.lds
EL1_S_OBJS = el1_init.o \
el1_exception.o \
el1.o \
- el1_sec.o
+ el1_sec.o \
+ builtins.o
-include .*.d