repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git]
/
kernel
/
fs
/
tmpfs
/
Makefile
blob
f1b91605e03f49c69fab8c65778d8f34b47fe091
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
8
9
CERRWARN
= -
Wno-parentheses
10
CERRWARN
+= -
Wno-unused-variable
11
CERRWARN
+= -
Wno-unused-value
12
CERRWARN
+= -
Wno-uninitialized
13
14
.
include
<
kmod.mk
>