summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSathees Balya <sathees.balya@arm.com>2018-10-31 14:05:08 +0000
committerSathees Balya <sathees.balya@arm.com>2018-12-18 13:55:47 +0000
commit8b9a0de440223fb0820168c5a28e9dc4b46b153a (patch)
tree24c18750852206554120acc789d96015275961e1 /Makefile
parente01065472a588c4f7f52f88654c5b991498eb3dc (diff)
romlib: Add platform specific jump table list
This patch allows platforms to define their own jump table list for library at ROM. The file has the list of functions to be used from library at ROM. It can also include other list files. Change-Id: I721c35d7dad3dcadbb3a7f3277bfd5d3e1f6e00a Signed-off-by: Sathees Balya <sathees.balya@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9525d411..5b6bd711 100644
--- a/Makefile
+++ b/Makefile
@@ -880,7 +880,7 @@ ${SPTOOL}:
.PHONY: libraries
romlib.bin: libraries
- ${Q}${MAKE} BUILD_PLAT=${BUILD_PLAT} INCLUDES='${INCLUDES}' DEFINES='${DEFINES}' --no-print-directory -C ${ROMLIBPATH} all
+ ${Q}${MAKE} PLAT_DIR=${PLAT_DIR} BUILD_PLAT=${BUILD_PLAT} INCLUDES='${INCLUDES}' DEFINES='${DEFINES}' --no-print-directory -C ${ROMLIBPATH} all
cscope:
@echo " CSCOPE"