Skip to content

Commit

Permalink
Add .mk file for Android-IA project support
Browse files Browse the repository at this point in the history
Signed-off-by: swei22 <[email protected]>
  • Loading branch information
swei22 committed Dec 8, 2017
1 parent f4f3863 commit f60b86d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions project/product/androidia_64.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# compiled from source
TRUSTY_ALL_USER_TASKS += \
sand/hwcrypto

# TAs for debug build
ifeq ($(LKDEBUG), 2)
TRUSTY_ALL_USER_TASKS += \
sand/benchmark \
sample/hwcrypto-unittest \
sample/storage-unittest \
sample/ipc-unittest/main \
sample/ipc-unittest/srv

endif

GLOBAL_DEFINES += PRINT_USE_MMIO=1

0 comments on commit f60b86d

Please sign in to comment.