Module Name: src
Committed By: kamil
Date: Wed Dec 14 06:19:59 UTC 2016
Modified Files:
src/tests/kernel: Makefile
Log Message:
Define -D_KERNTYPES in CPPFLAGS unconditionally to fix MKRUMP=no build
Reported by Robert Swindells
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/tests/kernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/kernel/Makefile
diff -u src/tests/kernel/Makefile:1.43 src/tests/kernel/Makefile:1.44
--- src/tests/kernel/Makefile:1.43 Fri Dec 2 05:54:15 2016
+++ src/tests/kernel/Makefile Wed Dec 14 06:19:59 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/12/02 05:54:15 kamil Exp $
+# $NetBSD: Makefile,v 1.44 2016/12/14 06:19:59 kamil Exp $
NOMAN= # defined
@@ -46,10 +46,10 @@ LDADD.t_extattrctl+= -lrump -lpthread
LDADD.t_filedesc+= ${LDADD.t_rnd}
LDADD.t_rnd+= -lrumpvfs -lrumpdev_rnd -lrumpdev -lrump -lrumpuser
LDADD.t_rnd+= -lrump -lpthread
-CPPFLAGS+= -D_KERNTYPES
.endif
+CPPFLAGS+= -D_KERNTYPES
.PATH: ${NETBSDSRCDIR}/sys/kern
TESTS_C+= t_extent