Module Name: src
Committed By: christos
Date: Mon Feb 15 14:59:38 UTC 2016
Modified Files:
src/tests/kernel: Makefile
Log Message:
This needs _KERNTYPES on some platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/tests/kernel/Makefile:1.39
--- src/tests/kernel/Makefile:1.38 Sat Jan 23 16:22:48 2016
+++ src/tests/kernel/Makefile Mon Feb 15 09:59:38 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/01/23 21:22:48 christos Exp $
+# $NetBSD: Makefile,v 1.39 2016/02/15 14:59:38 christos Exp $
NOMAN= # defined
@@ -46,8 +46,8 @@ CPPFLAGS+= -D_KERNTYPES
.PATH: ${NETBSDSRCDIR}/sys/kern
TESTS_C+= t_extent
SRCS.t_extent= t_extent.c subr_extent.c
-CPPFLAGS.t_extent.c= -D_EXTENT_TESTING -D__POOL_EXPOSE
-CPPFLAGS.subr_extent.c= -D_EXTENT_TESTING -D__POOL_EXPOSE
+CPPFLAGS.t_extent.c= -D_EXTENT_TESTING -D__POOL_EXPOSE -D_KERNTYPES
+CPPFLAGS.subr_extent.c= -D_EXTENT_TESTING -D__POOL_EXPOSE -D_KERNTYPES
t_subr_prf.c: gen_t_subr_prf ${NETBSDSRCDIR}/sys/kern/subr_prf.c
${HOST_SH} ${.ALLSRC} ${.TARGET}