mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 18:44:47 +01:00
13 lines
266 B
Makefile
13 lines
266 B
Makefile
# Copyright (c) 2018 IBM
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Power ppc64le settings
|
|
|
|
MACHINETYPE := pseries
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
KERNELTYPE := uncompressed #This architecture must use an uncompressed kernel.
|
|
QEMUCMD := qemu-system-ppc64le
|