From 34a6e2f931a237e3be136795da7dd08992417b55 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Fri, 10 Feb 2023 00:44:49 +0100 Subject: [PATCH] ARM64: boot: Select Image as default target --- arch/arm64/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 07c5e0fc0..f7f435c8f 100755 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -160,6 +160,8 @@ KBUILD_IMAGE := $(boot)/Image.gz # Don't compile Image in mixed build with "all" target ifndef KBUILD_MIXED_TREE all: Image.gz +else +all: Image endif