[BACK]Return to Makefile.rump CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump

Annotation of src/sys/rump/Makefile.rump, Revision 1.7.2.3

1.7.2.3 ! skrll       1: #      $NetBSD: Makefile.rump,v 1.7.2.2 2008/09/18 04:37:03 wrstuden Exp $
1.1       pooka       2: #
                      3:
                      4: WARNS?=                4
1.7.2.2   wrstuden    5: NOLINT=                # kernel code
1.1       pooka       6:
                      7: CFLAGS+=       -ffreestanding
1.7.2.3 ! skrll       8: CPPFLAGS+=     -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC
1.7.2.2   wrstuden    9: CPPFLAGS:=     -I${RUMPTOP}/include ${CPPFLAGS}
                     10: CPPFLAGS+=     -I${.CURDIR} -I.
                     11: CPPFLAGS+=     -I${RUMPTOP}/../../common/include
                     12: CPPFLAGS+=     -nostdinc -I${RUMPTOP}/..
                     13: #CPPFLAGS+=    -DDEBUG
1.1       pooka      14:
1.7.2.2   wrstuden   15: RUMPKERNEL=    This is NetBSD and I am the rump.  Good evening.
1.4       pooka      16:
1.7.2.2   wrstuden   17: # If an options are changed, trigger a rebuild
                     18: ${SRCS:S/.c/.o/g}: ${RUMPTOP}/Makefile.rump

CVSweb <webmaster@jp.NetBSD.org>