xref: /freebsd/sys/modules/lindebugfs/Makefile (revision 78e25e65bf381303c8bdac9a713ab7b26a854b8c)
103f1cf9fSJohannes Lundberg.PATH: ${SRCTOP}/sys/compat/lindebugfs
203f1cf9fSJohannes Lundberg
303f1cf9fSJohannes LundbergKMOD=	lindebugfs
415fe2513SKonstantin BelousovSRCS=	lindebugfs.c
515fe2513SKonstantin BelousovSRCS+=	${LINUXKPI_GENSRCS}
603f1cf9fSJohannes Lundberg
7514fb387SBjoern A. ZeebCFLAGS+= ${LINUXKPI_INCLUDES}
803f1cf9fSJohannes Lundberg
9c3d2c959SEd MasteEXPORT_SYMS=	debugfs_create_atomic_t
10c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_blob
11c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_bool
12c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_dir
13c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_file
14c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_file_size
15c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_file_unsafe
16c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_mode_unsafe
17*78e25e65SJean-Sébastien PédronEXPORT_SYMS+=	debugfs_create_str
18c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_symlink
19c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_u8
20c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_u16
21c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_u32
22c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_u64
23c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_ulong
24c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_x8
25c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_x16
26c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_x32
27c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_create_x64
28516adf36SEd MasteEXPORT_SYMS+=	debugfs_lookup
29c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_remove
30c3d2c959SEd MasteEXPORT_SYMS+=	debugfs_remove_recursive
31c3d2c959SEd Maste
3203f1cf9fSJohannes Lundberg.include <bsd.kmod.mk>
33