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
/
pcfs
/
Makefile
blob
578470fc0a51f719616c01332b31be3a71a2505c
1
MODULE
=
pcfs
2
MODULE_TYPE
=
fs
3
SRCS
=
pc_alloc.c \
4
pc_dir.c \
5
pc_node.c \
6
pc_subr.c \
7
pc_vfsops.c \
8
pc_vnops.c
9
10
CERRWARN
= -
Wno-parentheses
11
CERRWARN
+= -
Wno-uninitialized
12
13
.
include
<
kmod.mk
>