summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-10-08 01:01:21 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-10-08 01:01:21 +0530
commit9fc8ee4a0f8d70095f6c0b4a0a330630089e9db1 (patch)
treee75c8f66b08b8ffad103bca925a7f950d207d403
parent047175e9df5c5dff4c36154bf821c6c8527506a3 (diff)
downloadfvp-armv8-9fc8ee4a0f8d70095f6c0b4a0a330630089e9db1.tar.gz
vexpress.mk: include device.mk first
Include device.mk at first to override PRODUCT_RUNTIMES, and PRODUCT_DEFAULT_PROPERTY_OVERRIDES properties. Change-Id: Ia35a9398aa97e4acc8f0424910485d83c8372ea7 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--vexpress.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vexpress.mk b/vexpress.mk
index 3ab5984..0988952 100644
--- a/vexpress.mk
+++ b/vexpress.mk
@@ -1,7 +1,7 @@
#
# Inherit the full_base and device configurations
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, device/linaro/vexpress/device.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
#
# Overrides