git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clean-up left-over arch-depend code from kernel base
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
uart
/
LBuild
diff --git
a/lunaix-os/hal/char/uart/LBuild
b/lunaix-os/hal/char/uart/LBuild
index 83088c659775567aec63e6887517442122d9901f..ebbb8491eddc4c2e9e91d2fdafe70183b924d2cc 100644
(file)
--- a/
lunaix-os/hal/char/uart/LBuild
+++ b/
lunaix-os/hal/char/uart/LBuild
@@
-1,11
+1,16
@@
sources([
"16x50_base.c",
sources([
"16x50_base.c",
- "16x50_pmio.c",
"16x50_mmio.c",
])
if config("xt_16x50"):
"16x50_mmio.c",
])
if config("xt_16x50"):
- sources("16x50_isa.c")
+ sources([
+ "16x50_pmio.c",
+ "16x50_isa.c"
+ ])
if config("pci_16x50"):
if config("pci_16x50"):
- sources("16x50_pci.c")
\ No newline at end of file
+ sources([
+ "16x50_pmio.c",
+ "16x50_pci.c"
+ ])
\ No newline at end of file