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
/
specfs
/
Makefile
blob
109b0bf2ec8b7145b13fa36b891f9d7a6719775c
1
MODULE
=
specfs
2
MODULE_TYPE
=
fs
3
MODULE_DEPS
=
fs
/
fifofs
4
SRCS
=
specsubr.c \
5
specvfsops.c \
6
specvnops.c
7
8
CERRWARN
= -
Wno-parentheses
9
CERRWARN
+= -
Wno-uninitialized
10
11
.
include
<
kmod.mk
>