aboutsummaryrefslogtreecommitdiff
path: root/ta
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2017-08-16 18:11:55 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2017-08-25 15:41:39 +0200
commit4746a225899018363c22b7a3cb9451624934dd26 (patch)
treebcbccbd5cd8ac8a9814cec82a29f384b4f8e188b /ta
parent5b2fecf1da8f089e98272086e2c153015191ff9c (diff)
Add target ta_dev_kit
Adds support for `make ta_dev_kit`, to build the user space libraries only and copy them (as well as the related header files and make files) to the export directory. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'ta')
-rw-r--r--ta/ta.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ta/ta.mk b/ta/ta.mk
index caceefda..23e5feb1 100644
--- a/ta/ta.mk
+++ b/ta/ta.mk
@@ -68,7 +68,7 @@ $2/$$(notdir $1): $1
cp $$< $$@
cleanfiles += $2/$$(notdir $1)
-all: $2/$$(notdir $1)
+ta_dev_kit: $2/$$(notdir $1)
endef
# Copy the .a files
@@ -128,4 +128,6 @@ endef
$(eval $(mk-file-export))
cleanfiles := $(cleanfiles) $(conf-mk-file-export)
-all: $(conf-mk-file-export)
+ta_dev_kit: $(conf-mk-file-export)
+
+all: ta_dev_kit