Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.evbarm Add ub to KERNEL_SUFFIXES.



details:   https://anonhg.NetBSD.org/src/rev/fbca6591d9df
branches:  trunk
changeset: 780680:fbca6591d9df
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Aug 03 09:11:31 2012 +0000

description:
Add ub to KERNEL_SUFFIXES.

diffstat:

 etc/etc.evbarm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bf671b53d4d -r fbca6591d9df etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Fri Aug 03 08:11:40 2012 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Fri Aug 03 09:11:31 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.28 2012/07/26 20:50:44 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.29 2012/08/03 09:11:31 kiyohara Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -29,7 +29,7 @@
 KERNEL_SETS+=          IXM1200 NSLU2
 .endif
 
-KERNEL_SUFFIXES=       bin srec
+KERNEL_SUFFIXES=       bin srec ub
 
 INSTALLATION_DIRS+=    binary/gzimg            \
                        installation/instkernel



Home | Main Index | Thread Index | Old Index