2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 2002/05/02 15:09:43 lukem Exp $
|
2001-11-30 01:46:42 +03:00
|
|
|
#
|
|
|
|
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2002-04-13 04:51:57 +04:00
|
|
|
KERNEL_SETS= INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR
|
2002-02-22 08:08:16 +03:00
|
|
|
KERNEL_SUFFIXES= bin srec
|
2002-03-29 01:18:23 +03:00
|
|
|
|
2002-04-13 04:51:57 +04:00
|
|
|
BUILD_KERNELS+= TEAMASA_NPWR_INSTALL
|
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= binary/gzimg \
|
2002-04-13 02:10:21 +04:00
|
|
|
installation/instkernel
|
2002-03-29 23:20:24 +03:00
|
|
|
|
2002-03-29 01:18:23 +03:00
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|