Skip to content

Commit d2d8a88

Browse files
JarlPenguinMeghthedev
authored andcommitted
kernel: INSTALLED_RECOVERY_KERNEL -> INSTALLED_RECOVERY_KERNEL_TARGET
* Make it consistent with the rest of the targets Signed-off-by: Jarl-Penguin <[email protected]> Change-Id: I869d3d8570b4deb2f1e019efa975526a528ca3e7
1 parent e7e9757 commit d2d8a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/tasks/kernel.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,16 +512,16 @@ ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
512512
endif
513513

514514
ifeq ($(RECOVERY_KERNEL_COPY),true)
515-
file := $(INSTALLED_RECOVERY_KERNEL)
515+
file := $(INSTALLED_RECOVERY_KERNEL_TARGET)
516516
ALL_PREBUILT += $(file)
517517
$(file) : $(RECOVERY_BIN) | $(ACP)
518518
$(transform-prebuilt-to-target)
519519

520-
ALL_PREBUILT += $(INSTALLED_RECOVERY_KERNEL)
520+
ALL_PREBUILT += $(INSTALLED_RECOVERY_KERNEL_TARGET)
521521
endif
522522

523523
.PHONY: recovery-kernel
524-
recovery-kernel: $(INSTALLED_RECOVERY_KERNEL)
524+
recovery-kernel: $(INSTALLED_RECOVERY_KERNEL_TARGET)
525525

526526
.PHONY: kernel
527527
kernel: $(INSTALLED_KERNEL_TARGET)

0 commit comments

Comments
 (0)