summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2018-12-18 15:22:49 +0100
committerGitHub <noreply@github.com>2018-12-18 15:22:49 +0100
commit85686f18420d13d2edcc3cd8e833be294e7b6914 (patch)
tree2da846f994203d8fb90675e0e94da7d0749acaed /Makefile
parentbcc7ad76c62fe7a65b14cf796b3beb9813e2da69 (diff)
parent8b9a0de440223fb0820168c5a28e9dc4b46b153a (diff)
Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc
romlib: Add platform specific jump table list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18fdfe7d..5c61f8da 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"