git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
uart
/
LBuild
1
sources([
2
"16x50_base.c",
3
"16x50_mmio.c",
4
"16x50_dev.c",
5
])
6
7
if config("xt_16x50"):
8
sources([
9
"16x50_pmio.c",
10
"16x50_isa.c"
11
])
12
13
if config("pci_16x50"):
14
sources([
15
"16x50_pmio.c",
16
"16x50_pci.c"
17
])