Module Name: src
Committed By: pooka
Date: Fri Nov 27 13:36:31 UTC 2009
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
Include arch/include/Makefile.inc for some compiler flags.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/rump/Makefile.rump
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.43 src/sys/rump/Makefile.rump:1.44
--- src/sys/rump/Makefile.rump:1.43 Fri Nov 20 12:24:17 2009
+++ src/sys/rump/Makefile.rump Fri Nov 27 13:36:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.43 2009/11/20 12:24:17 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.44 2009/11/27 13:36:30 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -85,3 +85,6 @@
renametab.${.TARGET} ${.TARGET}
rm -f renametab.${.TARGET}
${AR} ${_ARRANFL} ${.TARGET}
+
+.-include "${NETBSDSRCDIR}/sys/arch/${MACHINE_CPU}/include/Makefile.inc"
+.-include "${NETBSDSRCDIR}/sys/arch/${MACHINE}/include/Makefile.inc"