gpu: resolve dependency for build gpu module [2/2]
authorShuide Chen <shuide.chen@amlogic.com>
Tue, 28 May 2019 07:59:52 +0000 (15:59 +0800)
committerShuide Chen <shuide.chen@amlogic.com>
Wed, 29 May 2019 06:26:49 +0000 (23:26 -0700)
commit589a4a01ef42b49ed52921e2f37fa59fad5edeea
treed18a479726e6f353c2782269b12013e1e89ddcbc
parentf38faa27d2b3abc4075e24595567a9f633f9544c
gpu: resolve dependency for build gpu module [2/2]

PD#SWPL-9058

Problem:
Previous optee module not depend kernel build, which may introduce
problem. after resolve optee issue, found gpu also has such problem
and may break the build.
Previous optee will build kernel configure at Android.mk scanning
stage, even gpu not relies on kernel, the '.config' is ready when start
build gpu module. now changed optee, GPU must depend on kernel module.

Solution:
Let gpu module depend the real kernel target. which fix this problem.

Verify:
locally

Change-Id: I2203ae234d7715878b7dc7d785e5147ebd7e233c
Signed-off-by: Shuide Chen <shuide.chen@amlogic.com>
gpu-v2.mk