ARM64: boot: Select Image as default target

This commit is contained in:
roynatech2544 2023-02-10 00:44:49 +01:00 committed by Gabriel2392
parent 78e27f23b6
commit 34a6e2f931

View file

@ -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