aboutsummaryrefslogtreecommitdiff
path: root/ta
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2015-01-26 09:53:56 +0100
committerJens Wiklander <jens.wiklander@linaro.org>2015-02-02 15:01:40 +0100
commitfecbba79a612340186d9534d41b9cf1806a747ad (patch)
tree170b5af54dfcf1747b3b248adadfcd8aec146889 /ta
parentedc80e347c12ca37f99bc733fcfbef7338ce3973 (diff)
TA dev kit: add compiler.h to host_include
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Diffstat (limited to 'ta')
-rw-r--r--ta/ta.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ta/ta.mk b/ta/ta.mk
index b14561b..0c2f7d2 100644
--- a/ta/ta.mk
+++ b/ta/ta.mk
@@ -31,6 +31,7 @@ include mk/lib.mk
base-prefix :=
incdirs-host := $(filter-out lib/libutils%, $(incdirs$(sm)))
+incfiles-extra-host := lib/libutils/ext/include/compiler.h
#
# Copy lib files and exported headers from each lib
@@ -72,6 +73,8 @@ $(foreach d, $(incdirs$(sm)), \
# Copy the .h files needed by host
$(foreach d, $(incdirs-host), \
$(eval $(call copy-incdir, $(d), $(out-dir)/export-user_ta/host_include)))
+$(foreach f, $(incfiles-extra-host), \
+ $(eval $(call copy-file, $(f), $(out-dir)/export-user_ta/host_include)))
# Copy the src files
ta-srcfiles = ta/arch/$(ARCH)/user_ta_header.c \