From 6fe0bae65cafa4b7633cd28db115a99f466bfbd8 Mon Sep 17 00:00:00 2001 From: Rishabh Bhatnagar Date: Thu, 12 Apr 2018 15:30:35 -0700 Subject: [PATCH] arm64: Use the kernel_image_name config option Use the kernel_image_name config option to determine whether the kernel image has dtb appended to it or not Change-Id: I18dbe7bd13f884009fc8740f447bb20c5ff728ff Signed-off-by: Rishabh Bhatnagar --- arch/arm64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 8711da8ed123..3b4d92f0aa73 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -131,7 +131,7 @@ endif KBUILD_DTBS := dtbs -all: Image.gz $(KBUILD_DTBS) +all: $(KBUILD_DTBS) $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME)) Image: vmlinux