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
/
uart
/
LBuild
1
src.c += (
2
"16x50_base.c",
3
"16x50_pmio.c",
4
"16x50_mmio.c",
5
"16x50_dev.c",
6
)
7
8
if config.xt_16x50:
9
src.c += "16x50_isa.c"
10
11
if config.pci_16x50:
12
src.c += "16x50_pci.c"