History log of /netbsd/sys/rump/librump/Makefile.inc (Results 1 – 5 of 5)
Revision Date Author Comments
# 0497bce9 17-Feb-2009 pooka <pooka@NetBSD.org>

Default to using threads. This doesn't affect the normal release build.


# 72858b67 02-Jan-2009 pooka <pooka@NetBSD.org>

Define -DMODULAR in Makefile.rump instead of the sys/rump/librump
Makefile.inc so that it gets picked up by UPDATE=1


# 9a722ef7 01-Jan-2009 pooka <pooka@NetBSD.org>

Define MODULAR for rump core components. This enables module
loading via the kernel module framework (instead of dlopen()).
For now it only works on amd64 and i386, but for the rest it should
just b

Define MODULAR for rump core components. This enables module
loading via the kernel module framework (instead of dlopen()).
For now it only works on amd64 and i386, but for the rest it should
just be a matter of including the relevant kobj_machdep.c modules
from the kernel sources.

show more ...


# d296aa91 30-Oct-2008 christos <christos@NetBSD.org>

fix compilation and lint warnings.


# 11e4a43a 29-May-2008 pooka <pooka@NetBSD.org>

Specify RUMP_WITHOUT_THREADS only in one place.