OSDN Git Service

kernel.mk: avoid conflict with kernel.mk of LineageOS
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 6 Mar 2018 07:02:29 +0000 (15:02 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 6 Mar 2018 07:02:29 +0000 (15:02 +0800)
commite1789ad7108f5e259645fbae57be3bcb71bbfdd0
tree82642cddf91f008c91bdfc96ee01b36be39357c5
parent2cae43df47994631a340f415523f66f40be10733
kernel.mk: avoid conflict with kernel.mk of LineageOS

We defined TARGET_PREBUILT_KERNEL to be equal to INSTALLED_KERNEL_TARGET
but LineageOS's kernel.mk would copy TARGET_PREBUILT_KERNEL to
INSTALLED_KERNEL_TARGET that results in a dependency cycle.

Adjust our definition to avoid that.
build/tasks/kernel.mk