mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
320 B
Makefile
10 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/ext2fs
|
|
KMOD= ext2fs
|
|
SRCS= opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \
|
|
ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extents.c ext2_hash.c \
|
|
ext2_htree.c ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
|
|
ext2_vfsops.c ext2_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|