Makefile.inc revision 1.8.2.3       1  1.8.2.3   yamt #	$NetBSD: Makefile.inc,v 1.8.2.3 2014/05/22 11:27:19 yamt Exp $
      2      1.1    scw #
      3      1.1    scw #	etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
      4      1.1    scw #
      5      1.1    scw 
      6      1.6  pavel # If you change the list of distributed kernels, don't forget
      7      1.6  pavel # to update the release documentation in distrib/notes/common/contents
      8      1.6  pavel 
      9  1.8.2.3   yamt .if ${MACHINE_ARCH} == "powerpc"
     10      1.8   matt KERNEL_SETS=		WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
     11      1.8   matt KERNEL_SETS+=		EV64260 PMPPC
     12  1.8.2.2   yamt KERNEL_SETS+=		MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025
     13      1.1    scw KERNEL_SUFFIXES=	img
     14      1.1    scw 
     15      1.8   matt BUILD_KERNELS=		INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC
     16  1.8.2.2   yamt BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025
     17  1.8.2.3   yamt .endif
     18