Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Fix build of .s files.



details:   https://anonhg.NetBSD.org/src/rev/0b8bea47b14a
branches:  trunk
changeset: 340308:0b8bea47b14a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Aug 31 05:46:41 2015 +0000

description:
Fix build of .s files.

diffstat:

 sys/arch/cesfic/conf/Makefile.cesfic |  4 ++--
 sys/arch/hp300/conf/Makefile.hp300   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 048b31332a56 -r 0b8bea47b14a sys/arch/cesfic/conf/Makefile.cesfic
--- a/sys/arch/cesfic/conf/Makefile.cesfic      Mon Aug 31 03:26:53 2015 +0000
+++ b/sys/arch/cesfic/conf/Makefile.cesfic      Mon Aug 31 05:46:41 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cesfic,v 1.17 2015/01/23 03:39:39 chs Exp $
+#      $NetBSD: Makefile.cesfic,v 1.18 2015/08/31 05:46:41 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -78,7 +78,7 @@
 
 %CFILES
 
-#%SFILES
+%SFILES
 
 %LOAD
 
diff -r 048b31332a56 -r 0b8bea47b14a sys/arch/hp300/conf/Makefile.hp300
--- a/sys/arch/hp300/conf/Makefile.hp300        Mon Aug 31 03:26:53 2015 +0000
+++ b/sys/arch/hp300/conf/Makefile.hp300        Mon Aug 31 05:46:41 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hp300,v 1.90 2015/04/15 19:13:47 mrg Exp $
+#      $NetBSD: Makefile.hp300,v 1.91 2015/08/31 05:46:41 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -79,7 +79,7 @@
 
 %CFILES
 
-#%SFILES
+%SFILES
 
 %LOAD
 



Home | Main Index | Thread Index | Old Index