diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
| commit | c09808d0d611d103bece3d41886b87de160900c0 (patch) | |
| tree | dd466dcfdfc46ee58c9cffd158a8267cf4f0db43 /sys/modules/cyclic/Makefile | |
| parent | 90db41b62bf17f2260ea09d543fedf2f68a33865 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cyclic/Makefile')
| -rw-r--r-- | sys/modules/cyclic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile index 371dac680541..b29cac1bd6e3 100644 --- a/sys/modules/cyclic/Makefile +++ b/sys/modules/cyclic/Makefile @@ -4,13 +4,13 @@ KMOD= cyclic SRCS= cyclic.c - + SRCS+= vnode_if.h CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \ -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \ -I${.CURDIR}/../.. \ - -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH:S/amd64/i386/} + -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_CPUARCH:S/amd64/i386/} CFLAGS+= -DDEBUG=1 |
