Merge commit 'ea01a15a654b9e1c7b37d958f4d1911882ed7781'
[unleashed.git] / kernel / fs / devfs / Makefile
blob3b1c4aaed2b27f7a3bf62ecf88e0fb258c1b0770
1 MODULE= devfs
2 MODULE_TYPE= fs
3 SRCS= devfs_subr.c \
4 devfs_vfsops.c \
5 devfs_vnops.c
7 CERRWARN = -Wno-parentheses
8 CERRWARN += -Wno-empty-body
9 CERRWARN += -Wno-unused-variable
11 .include <kmod.mk>