Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Build sh3/sh3/sh3_bus_space.c only for mmeye.



details:   https://anonhg.NetBSD.org/src/rev/d0c6589b99ba
branches:  trunk
changeset: 767671:d0c6589b99ba
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Jul 26 16:24:43 2011 +0000

description:
Build sh3/sh3/sh3_bus_space.c only for mmeye.

diffstat:

 sys/arch/landisk/conf/std.landisk |  4 +---
 sys/arch/mmeye/conf/files.mmeye   |  3 ++-
 sys/arch/sh3/conf/files.sh3       |  5 +----
 3 files changed, 4 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r a4d7c5ac8157 -r d0c6589b99ba sys/arch/landisk/conf/std.landisk
--- a/sys/arch/landisk/conf/std.landisk Tue Jul 26 16:10:15 2011 +0000
+++ b/sys/arch/landisk/conf/std.landisk Tue Jul 26 16:24:43 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.landisk,v 1.4 2011/07/25 21:12:23 dyoung Exp $
+# $NetBSD: std.landisk,v 1.5 2011/07/26 16:24:43 dyoung Exp $
 #
 # standard, required NetBSD/landisk 'options'
 
@@ -15,6 +15,4 @@
 options        IOM_RAM_BEGIN=0x0c000000
 options        IOM_RAM_SIZE=0x04000000         # 64MB
 
-options                LANDISK
-
 makeoptions    DEFTEXTADDR="0x8c001000"
diff -r a4d7c5ac8157 -r d0c6589b99ba sys/arch/mmeye/conf/files.mmeye
--- a/sys/arch/mmeye/conf/files.mmeye   Tue Jul 26 16:10:15 2011 +0000
+++ b/sys/arch/mmeye/conf/files.mmeye   Tue Jul 26 16:24:43 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mmeye,v 1.15 2011/03/22 05:39:31 kiyohara Exp $
+#      $NetBSD: files.mmeye,v 1.16 2011/07/26 16:24:44 dyoung Exp $
 #
 # config file for mmeye
 
@@ -12,6 +12,7 @@
 file   arch/mmeye/mmeye/autoconf.c
 file   arch/mmeye/mmeye/clock_machdep.c
 file   arch/sh3/sh3/disksubr.c                 disk
+file   arch/sh3/sh3/sh3_bus_space.c
 
 defparam opt_mmeye.h   MMEYE_NEW_INT
 defflag opt_mmeye.h    MMEYE_EPC_WDT
diff -r a4d7c5ac8157 -r d0c6589b99ba sys/arch/sh3/conf/files.sh3
--- a/sys/arch/sh3/conf/files.sh3       Tue Jul 26 16:10:15 2011 +0000
+++ b/sys/arch/sh3/conf/files.sh3       Tue Jul 26 16:24:43 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sh3,v 1.45 2011/07/25 21:12:23 dyoung Exp $
+#      $NetBSD: files.sh3,v 1.46 2011/07/26 16:24:44 dyoung Exp $
 #
 
 defflag        opt_cputype.h           SH3 SH4
@@ -14,8 +14,6 @@
 defflag opt_cache.h            SH4_CACHE_WB_P1
 defflag opt_cache.h            SH4_CACHE_WB_U0_P0_P3
 
-defflag opt_landisk.h          LANDISK
-
 file   arch/sh3/sh3/cache.c
 file   arch/sh3/sh3/cache_sh3.c                sh3
 file   arch/sh3/sh3/cache_sh4.c                sh4
@@ -44,7 +42,6 @@
 file   arch/sh3/sh3/process_machdep.c
 file   arch/sh3/sh3/procfs_machdep.c           procfs
 file   arch/sh3/sh3/sh3_machdep.c
-file   arch/sh3/sh3/sh3_bus_space.c            !landisk
 file   arch/sh3/sh3/sys_machdep.c
 file   arch/sh3/sh3/syscall.c
 file   arch/sh3/sh3/vm_machdep.c



Home | Main Index | Thread Index | Old Index