Makefile.inc revision 1.1 1 # $NetBSD: Makefile.inc,v 1.1 2010/04/06 15:54:31 nonaka Exp $
2
3 .if ${MACHINE_ARCH} == "sh3eb"
4 KERNEL_SETS+= COMPUTEX7750 COMPUTEXEVB CQREEKSH3 KZSH401
5 BUILD_KERNELS+=
6 .endif
7 .if ${MACHINE_ARCH} == "sh3el"
8 KERNEL_SETS+= AP_MS104_SH4 T_SH7706LAN T_SH7706LSR
9 KERNEL_SUFFIXES=bin
10 BUILD_KERNELS+= AP_MS104_SH4_INSTALL T_SH7706LAN_INSTALL T_SH7706LSR_INSTALL
11 .endif
12
13 INSTALLATION_DIRS+= installation/instkernel
14
15 # evbsh3 specific distrib stuff
16 snap_md_post:
17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.*'
18