summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2011-07-26 16:24:43 +0000
committerdyoung <dyoung@NetBSD.org>2011-07-26 16:24:43 +0000
commit92ecdebeb166dcd2de50bc2fe86032a3f350dd6e (patch)
tree8271f17a7054782bf4927b3ab58c5bb1a2937924
parentf363aaa8561cd43a8f7ceafe0a31bfc2b5740545 (diff)
Build sh3/sh3/sh3_bus_space.c only for mmeye.
-rw-r--r--sys/arch/landisk/conf/std.landisk4
-rw-r--r--sys/arch/mmeye/conf/files.mmeye3
-rw-r--r--sys/arch/sh3/conf/files.sh35
3 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/landisk/conf/std.landisk b/sys/arch/landisk/conf/std.landisk
index 1c56f8c27b1..f95ffbd64ba 100644
--- a/sys/arch/landisk/conf/std.landisk
+++ b/sys/arch/landisk/conf/std.landisk
@@ -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_ROM_SIZE=0x00080000 # 512KB
options IOM_RAM_BEGIN=0x0c000000
options IOM_RAM_SIZE=0x04000000 # 64MB
-options LANDISK
-
makeoptions DEFTEXTADDR="0x8c001000"
diff --git a/sys/arch/mmeye/conf/files.mmeye b/sys/arch/mmeye/conf/files.mmeye
index b2124978b00..751a73cef90 100644
--- a/sys/arch/mmeye/conf/files.mmeye
+++ b/sys/arch/mmeye/conf/files.mmeye
@@ -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/machdep.c
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 --git a/sys/arch/sh3/conf/files.sh3 b/sys/arch/sh3/conf/files.sh3
index 8a7c4d92e43..dd457daafb4 100644
--- a/sys/arch/sh3/conf/files.sh3
+++ b/sys/arch/sh3/conf/files.sh3
@@ -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_DISABLE_ICACHE
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/pmap.c
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