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 <rishabhb@codeaurora.org>
This commit is contained in:
committed by
Bryan Huntsman
parent
b35d0bce0e
commit
6fe0bae65c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user