git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix dependency check logic cause config always disabled
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
LBuild
1
from . import uart
2
3
if config.vga_console:
4
src.c += "lxconsole.c"
5
6
if config.chargame_console:
7
src.c += "chargame.c"
8
9
src.c += (
10
"devnull.c",
11
"serial.c",
12
"devzero.c",
13
)