NetBSD/etc/etc.evbppc/Makefile.inc

32 lines
855 B
Makefile

# $NetBSD: Makefile.inc,v 1.14 2021/04/02 07:08:36 rin Exp $
#
# etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
.if ${MACHINE_ARCH} == "powerpc"
# oea
KERNEL_SETS+= EV64260
KERNEL_SETS+= PMPPC
BUILD_KERNELS+= INSTALL_PMPPC
# ibm4xx
KERNEL_SETS+= DHT
KERNEL_SETS+= EXPLORA451
KERNEL_SETS+= OPENBLOCKS200 OPENBLOCKS266
KERNEL_SETS+= WALNUT
BUILD_KERNELS+= INSTALL_OPENBLOCKS266
BUILD_KERNELS+= INSTALL_WALNUT
# booke
KERNEL_SETS+= MPC8536DS MPC8548CDS
KERNEL_SETS+= P2020DS P2020RDB
KERNEL_SETS+= RB800 RB850GX2
KERNEL_SETS+= TWRP1025
BUILD_KERNELS+= INSTALL_P2020DS INSTALL_P2020RDB
BUILD_KERNELS+= INSTALL_RB850GX2
BUILD_KERNELS+= INSTALL_TWRP1025
#
KERNEL_SUFFIXES= img bin ub
.endif