Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add MODULAR



details:   https://anonhg.NetBSD.org/src/rev/856a37741c77
branches:  trunk
changeset: 790085:856a37741c77
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Sep 17 07:13:13 2013 +0000

description:
Add MODULAR

diffstat:

 sys/arch/evbarm/conf/std.rpi |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 02c7504bd511 -r 856a37741c77 sys/arch/evbarm/conf/std.rpi
--- a/sys/arch/evbarm/conf/std.rpi      Tue Sep 17 01:16:45 2013 +0000
+++ b/sys/arch/evbarm/conf/std.rpi      Tue Sep 17 07:13:13 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.rpi,v 1.9 2013/08/06 00:28:52 matt Exp $
+#      $NetBSD: std.rpi,v 1.10 2013/09/17 07:13:13 skrll Exp $
 #
 # standard NetBSD/evbarm for Raspberry Pi options
 
@@ -8,6 +8,7 @@
 # Pull in Raspberry Pi config definitions.
 include                "arch/evbarm/conf/files.rpi"
 
+options        MODULAR
 options        __HAVE_CPU_COUNTER
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_CPU_UAREA_ALLOC_IDLELWP



Home | Main Index | Thread Index | Old Index