aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-11-10 20:24:21 +0800
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-11-11 06:07:56 -0700
commit3affb1db6aaaf0a19747a0ba05160a03e7e85421 (patch)
treee2c9ad74be2c2cef784ffa5dbef176b6ac52cdfd /BoardConfigCommon.mk
parent78844e8b093739495b1e2b538525f39a2b332391 (diff)
msm8916: board: Use VENDOR_PATH define
This is cleaner. Change-Id: Ic62aeeda24345960d0946b5d9e6ad8d565c12797
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 2239bf7..81992dc 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+VENDOR_PATH := device/cyanogen/msm8916-common
+
# Include board config fragments
-include device/cyanogen/msm8916-common/board/*.mk
+include $(VENDOR_PATH)/board/*.mk