xref: /freebsd/release/arm64/aarch64.conf (revision f295b9db794bbf35d292268ce2db18e4dcf6400f)
1*f295b9dbSGlen Barber#!/bin/sh
2*f295b9dbSGlen Barber#
3*f295b9dbSGlen Barber# $FreeBSD$
4*f295b9dbSGlen Barber#
5*f295b9dbSGlen Barber
6*f295b9dbSGlen Barber# Configuration file for release/release.sh to build arm64/aarch64
7*f295b9dbSGlen Barber# big-iron installation images (not system-on-chip (SoC) images).
8*f295b9dbSGlen Barber
9*f295b9dbSGlen BarberTARGET="arm64"
10*f295b9dbSGlen BarberTARGET_ARCH="aarch64"
11*f295b9dbSGlen BarberKERNEL="GENERIC"
12