summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-11-15 13:05:36 -0600
committerAndreas Blaesius <skate4life@gmx.de>2017-02-25 22:13:54 +0100
commit1b5b080dbb4e0d3ede1f20da7ea9bd903fa5f1e7 (patch)
tree548134f314b53b5aa49c6bf3df04f8d55dfe064e
parent9183b9cd19e3f557b0e8ee5c5d6f88d2fbda845c (diff)
downloadhardware_ti_omap4-1b5b080dbb4e0d3ede1f20da7ea9bd903fa5f1e7.zip
hardware_ti_omap4-1b5b080dbb4e0d3ede1f20da7ea9bd903fa5f1e7.tar.gz
hardware_ti_omap4-1b5b080dbb4e0d3ede1f20da7ea9bd903fa5f1e7.tar.bz2
Include common omap4 vendor repo if available.
Note that TARGET_BOARD_OMAP_CPU needs to be set first. Change-Id: I638f7af527b3724098d7379b58e30c7550aa1f16
-rw-r--r--omap4.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/omap4.mk b/omap4.mk
index d2f5f79..4a23feb 100644
--- a/omap4.mk
+++ b/omap4.mk
@@ -28,3 +28,4 @@ PRODUCT_COPY_FILES += \
$(OMAP4_NEXT_FOLDER)/rootdir/init.omap4.rc:root/init.omap4.rc
$(call inherit-product, hardware/ti/omap4/common.mk)
+$(call inherit-product-if-exists, vendor/ti/omap4/omap4-vendor.mk)