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
/
namefs
/
Makefile
blob
d56bc0372b043f3e3bf0d1f4539ac6c290d63ecb
1
MODULE
=
namefs
2
MODULE_TYPE
=
fs
3
SRCS
=
namevfs.c \
4
namevno.c
5
6
CERRWARN
= -
Wno-parentheses
7
8
.
include
<
kmod.mk
>