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
/
drivers
/
Makefile
blob
a9e53071cf9b20c67a8fa74d22596cdc3ead606f
1
.
include
<
..
/
..
/
Makefile.cfgparam
>
2
3
SUBDIR_
${
CONFIG_LOFI
} =
lofi
4
SUBDIR_
${
CONFIG_RAMDISK
} +=
ramdisk
5
SUBDIR_
${
CONFIG_RANDOM
} +=
random
6
SUBDIR_
${
CONFIG_VIRTIO
} +=
virtio
7
8
SUBDIR
= ${
SUBDIR_y
}
\
9
scsi \
10
net \
11
physmem
12
13
.
include
<
bsd.subdir.mk
>