mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 07:24:20 +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
|