NetBSD/distrib/evbsh3/Makefile
nonaka 238763f6ce Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
2010-04-06 15:54:29 +00:00

12 lines
244 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/04/06 15:54:31 nonaka Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.if ${MACHINE_ARCH} == "sh3el"
SUBDIR= instkernel
.endif
TARGETS+= release
.include <bsd.subdir.mk>