diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2013-08-06 15:51:56 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2013-08-06 15:51:56 +0000 |
| commit | c319ea15f4eea35e673769f77cceaeeae5c87e00 (patch) | |
| tree | 43da06fcd1bc6c1b678d5db8fc0a0a2cfcf19f6e /sys/modules/cyclic/Makefile | |
| parent | 3774384085fa837a8dedbf763359fadacedd52c4 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cyclic/Makefile')
| -rw-r--r-- | sys/modules/cyclic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile index e0e3b40b090b..054f3c35cef9 100644 --- a/sys/modules/cyclic/Makefile +++ b/sys/modules/cyclic/Makefile @@ -11,9 +11,10 @@ CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \ -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \ -I${.CURDIR}/../.. \ -I${.CURDIR}/../../cddl/dev/cyclic/i386 - -CFLAGS+= -DDEBUG=1 +CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h IGNORE_PRAGMA= 1 .include <bsd.kmod.mk> + +CFLAGS+= -include ${.CURDIR}/../../cddl/compat/opensolaris/sys/debug_compat.h |
