Source-Changes-HG archive

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

[src/pgoyette-localcount]: src/sys/rump/librump/rumpkern Make sure we include...



details:   https://anonhg.NetBSD.org/src/rev/2df0c259c272
branches:  pgoyette-localcount
changeset: 852791:2df0c259c272
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jul 16 11:06:59 2016 +0000

description:
Make sure we include the localcount routines in the rump libraries

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3e0d7d9056a6 -r 2df0c259c272 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Sat Jul 16 09:49:24 2016 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Sat Jul 16 11:06:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.167 2016/04/11 06:49:11 ozaki-r Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.167.2.1 2016/07/16 11:06:59 pgoyette Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -108,6 +108,7 @@
        subr_kcpuset.c          \
        subr_kmem.c             \
        subr_kobj.c             \
+       subr_localcount.c       \
        subr_log.c              \
        subr_lwp_specificdata.c \
        subr_once.c             \



Home | Main Index | Thread Index | Old Index