mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
The cyclic code is in sys/cddl/dev/cyclic to be consistent with
the other stuff.
This commit is contained in:
parent
5a3c3bfaa3
commit
2c2491dd98
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../cddl/cyclic
|
||||
.PATH: ${.CURDIR}/../../cddl/dev/cyclic
|
||||
|
||||
KMOD= cyclic
|
||||
SRCS= cyclic.c
|
||||
|
|
@ -10,7 +10,7 @@ SRCS+= vnode_if.h
|
|||
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
|
||||
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
|
||||
-I${.CURDIR}/../.. \
|
||||
-I${.CURDIR}/../../cddl/cyclic/${MACHINE_ARCH}
|
||||
-I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH}
|
||||
|
||||
CFLAGS+= -DDEBUG=1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue