Home | History | Annotate | Line # | Download | only in etc.evbppc
Makefile.inc revision 1.14
      1  1.14     rin #	$NetBSD: Makefile.inc,v 1.14 2021/04/02 07:08:36 rin 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.12    matt .if ${MACHINE_ARCH} == "powerpc"
     10  1.14     rin # oea
     11  1.14     rin KERNEL_SETS+=		EV64260
     12  1.14     rin KERNEL_SETS+=		PMPPC
     13  1.14     rin BUILD_KERNELS+=		INSTALL_PMPPC
     14  1.14     rin # ibm4xx
     15  1.14     rin KERNEL_SETS+=		DHT
     16  1.14     rin KERNEL_SETS+=		EXPLORA451
     17  1.14     rin KERNEL_SETS+=		OPENBLOCKS200 OPENBLOCKS266
     18  1.14     rin KERNEL_SETS+=		WALNUT
     19  1.14     rin BUILD_KERNELS+=		INSTALL_OPENBLOCKS266
     20  1.14     rin BUILD_KERNELS+=		INSTALL_WALNUT
     21  1.14     rin # booke
     22  1.14     rin KERNEL_SETS+=		MPC8536DS MPC8548CDS
     23  1.14     rin KERNEL_SETS+=		P2020DS P2020RDB
     24  1.14     rin KERNEL_SETS+=		RB800 RB850GX2
     25  1.13  nonaka KERNEL_SETS+=		TWRP1025
     26  1.14     rin BUILD_KERNELS+=		INSTALL_P2020DS INSTALL_P2020RDB
     27  1.14     rin BUILD_KERNELS+=		INSTALL_RB850GX2
     28  1.13  nonaka BUILD_KERNELS+=		INSTALL_TWRP1025
     29  1.14     rin #
     30  1.14     rin KERNEL_SUFFIXES=	img bin ub
     31  1.12    matt .endif
     32