build-distro: use ieee1275boot BOOT_TYPE for ppc64le
This commit is contained in:
parent
f47d1c09ba
commit
61b48bcc4b
@ -32,6 +32,9 @@ endif
|
|||||||
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||||
BOOT_TYPE := isolinux
|
BOOT_TYPE := isolinux
|
||||||
endif
|
endif
|
||||||
|
ifeq (,$(filter-out ppc64le,$(ARCH)))
|
||||||
|
BOOT_TYPE := ieee1275boot
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: | $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \
|
all: | $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \
|
||||||
|
Loading…
Reference in New Issue
Block a user