git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add support to GIC ITS, and the MSI service base on it
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
uart
/
LBuild
1
sources([
2
"16x50_base.c",
3
"16x50_mmio.c",
4
])
5
6
if config("xt_16x50"):
7
sources([
8
"16x50_pmio.c",
9
"16x50_isa.c"
10
])
11
12
if config("pci_16x50"):
13
sources([
14
"16x50_pmio.c",
15
"16x50_pci.c"
16
])