mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Include opt_ddb.h in the list of SRCS, since we include it.
MFC after: 3d
This commit is contained in:
parent
d10a1df8d7
commit
3e67de07f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../fs/nandfs
|
||||
|
||||
KMOD= nandfs
|
||||
SRCS= vnode_if.h \
|
||||
SRCS= vnode_if.h opt_ddb.h \
|
||||
bmap.c nandfs_bmap.c nandfs_dir.c nandfs_subr.c nandfs_vfsops.c \
|
||||
nandfs_vnops.c nandfs_alloc.c nandfs_cpfile.c nandfs_dat.c \
|
||||
nandfs_ifile.c nandfs_segment.c nandfs_sufile.c nandfs_buffer.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue