Merge commit '2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938' into merges
[unleashed.git] / kernel / fs / tmpfs / Makefile
blobf1b91605e03f49c69fab8c65778d8f34b47fe091
1 MODULE= tmpfs
2 MODULE_TYPE= fs
3 SRCS= tmp_dir.c \
4 tmp_subr.c \
5 tmp_tnode.c \
6 tmp_vfsops.c \
7 tmp_vnops.c
9 CERRWARN = -Wno-parentheses
10 CERRWARN += -Wno-unused-variable
11 CERRWARN += -Wno-unused-value
12 CERRWARN += -Wno-uninitialized
14 .include <kmod.mk>