freebsd_amp_hwpstate/tests/ci/Makefile.powerpc64le

29 lines
769 B
Makefile

# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2024 The FreeBSD Foundation
#
# This software was developed by Cybermancer Infosec <bofh@FreeBSD.org>
# under sponsorship from the FreeBSD Foundation.
#
# CI Makefile for powerpc64le.
#
QEMU_ARCH=ppc64
QEMU_DEVICES=-device virtio-blk,drive=hd0
QEMU_EXTRA_PARAM=-vga none -accel tcg,thread=multi
QEMU_MACHINE=pseries,cap-hpt-max-page-size=16M
QEMU_MAX_CPU_COUNT=1
QEMU_MAX_MEM_SIZE=64
portinstall-powerpc64le: portinstall-pkg .PHONY
@true
# NOTE: Nothing should be changed below this line unless explicitly required.
ci-buildworld-powerpc64le: ci-buildworld .PHONY
ci-buildkernel-powerpc64le: ci-buildkernel .PHONY
ci-buildimage-powerpc64le: ci-buildimage .PHONY
ci-runtest-powerpc64le: ci-runtest .PHONY