OSDN Git Service

Build: add DT image variable to Makefile
authorSreedhar <slakkara@codeaurora.org>
Wed, 11 Dec 2013 17:46:12 +0000 (23:16 +0530)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commitcb09a9860ed9c823a375de4156e02c9b2517f194
treefed7407a7d55ecba192b44875526abb6c6fb14cb
parent7e181e31f30a89084452195536eae558760eb6fe
Build: add DT image variable to Makefile

DT image variable is currently present in
generate_extra_images.mk.This file is moved to
build/tasks to support persist image generation
during parallel make. As build/tasks is called
at the end of Makefile, DT image variable is not
available for other images generation like boot and
recovery. Adding this variable in Makefile ensures
the variable is defined before usage

Change-Id: I21f675d8ce648dc1cf1f4f3aede33278300e08c9
CRs-fixed: 548299
core/Makefile