2014-02-28 10:10:54 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2014/02/28 06:10:54 matt Exp $
|
2002-12-09 15:37:10 +03:00
|
|
|
#
|
|
|
|
# etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2014-02-28 10:10:54 +04:00
|
|
|
.if ${MACHINE_ARCH} == "powerpc"
|
2011-06-07 21:30:18 +04:00
|
|
|
KERNEL_SETS= WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
|
|
|
|
KERNEL_SETS+= EV64260 PMPPC
|
2012-08-01 09:46:13 +04:00
|
|
|
KERNEL_SETS+= MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025
|
2002-12-09 15:37:10 +03:00
|
|
|
KERNEL_SUFFIXES= img
|
|
|
|
|
2011-06-07 21:30:18 +04:00
|
|
|
BUILD_KERNELS= INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
|
2012-08-01 09:46:13 +04:00
|
|
|
BUILD_KERNELS+= INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025
|
2014-02-28 10:10:54 +04:00
|
|
|
.endif
|