Skip to content

Commit

Permalink
Add target ta_dev_kit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jforissier committed Aug 23, 2017
1 parent 0a7f5cf commit 99af84e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ta/ta.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 99af84e

Please sign in to comment.