summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f64a700c..f71e6c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ BL_COMMON_OBJS := misc_helpers.o \
tlb_helpers.o \
std.o \
bl_common.o \
- platform_helpers.o
+ platform_helpers.o \
+ io_storage.o
ARCH ?= aarch64
@@ -120,7 +121,9 @@ BL1_LINKERFILE := $(addprefix ${BUILD_BL1}/,${BL1_LINKERFILE})
BL2_LINKERFILE := $(addprefix ${BUILD_BL2}/,${BL2_LINKERFILE})
BL31_LINKERFILE := $(addprefix ${BUILD_BL31}/,${BL31_LINKERFILE})
+
INCLUDES += -Ilib/include/ \
+ -Idrivers/io \
-Iinclude/${ARCH}/ \
-Iinclude/ \
-Iarch/system/gic \